Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Latte dock
@ 2024-02-07  2:51 caughtquick
  2024-02-07  2:54 ` [PR PATCH] [Closed]: " caughtquick
  0 siblings, 1 reply; 2+ messages in thread
From: caughtquick @ 2024-02-07  2:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]

There is a new pull request by caughtquick against master on the void-packages repository

https://github.com/caughtquick/void-packages latte-dock
https://github.com/void-linux/void-packages/pull/48570

Latte dock
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)




A patch file from https://github.com/void-linux/void-packages/pull/48570.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-latte-dock-48570.patch --]
[-- Type: text/x-diff, Size: 2118 bytes --]

From 2421cfeb9edb3fbe81b2fe9f501cf4818ae02cec Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Tue, 6 Feb 2024 18:31:06 -0800
Subject: [PATCH 1/2] caddy: update to 2.7.6.

---
 srcpkgs/caddy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/caddy/template b/srcpkgs/caddy/template
index ccd9035411284..86b8f1c38f80a 100644
--- a/srcpkgs/caddy/template
+++ b/srcpkgs/caddy/template
@@ -1,6 +1,6 @@
 # Template file for 'caddy'
 pkgname=caddy
-version=2.7.5
+version=2.7.6
 revision=1
 build_style=go
 go_import_path=github.com/caddyserver/caddy/v2
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://caddyserver.com"
 changelog="https://github.com/caddyserver/caddy/releases"
 distfiles="https://github.com/caddyserver/caddy/archive/v${version}.tar.gz"
-checksum=eeaecc1ea18b7aa37ece168562beb1ab592767cbedfaa411040ae0301aaeeef1
+checksum=e1c524fc4f4bd2b0d39df51679d9d065bb811e381b7e4e51466ba39a0083e3ed
 
 system_accounts="caddy"
 caddy_homedir="/var/lib/caddy"

From 29bcc4c426f98efcc94ef025065c8dd5eaaa2efb Mon Sep 17 00:00:00 2001
From: caughtquick <abhijit@sipahimalani.me>
Date: Tue, 6 Feb 2024 18:49:26 -0800
Subject: [PATCH 2/2] latte-dock: update to 0.10.9.

---
 srcpkgs/latte-dock/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/latte-dock/template b/srcpkgs/latte-dock/template
index 29bb856e46c96..aa471c752295b 100644
--- a/srcpkgs/latte-dock/template
+++ b/srcpkgs/latte-dock/template
@@ -1,6 +1,6 @@
 # Template file for 'latte-dock'
 pkgname=latte-dock
-version=0.10.8
+version=0.10.9
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF -DENABLE_MAKE_UNIQUE=OFF
@@ -14,4 +14,4 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://invent.kde.org/plasma/latte-dock/"
 changelog="https://invent.kde.org/plasma/latte-dock/-/raw/master/CHANGELOG.md"
 distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=00aab59d97b877f43292fc082c8bfe7f634b265cbee8ab5a2d2c78e0414c912a
+checksum=32d1e554d095414db60102f19fc8ae955123e45f2ff3bde3bf38b67e390a487e

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: Latte dock
  2024-02-07  2:51 [PR PATCH] Latte dock caughtquick
@ 2024-02-07  2:54 ` caughtquick
  0 siblings, 0 replies; 2+ messages in thread
From: caughtquick @ 2024-02-07  2:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 941 bytes --]

There's a closed pull request on the void-packages repository

Latte dock
https://github.com/void-linux/void-packages/pull/48570

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-07  2:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07  2:51 [PR PATCH] Latte dock caughtquick
2024-02-07  2:54 ` [PR PATCH] [Closed]: " caughtquick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).