Github messages for voidlinux
 help / color / mirror / Atom feed
From: aquaherd <aquaherd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: xfce4-hamster-plugin-1.8
Date: Sat, 16 Jan 2021 20:22:09 +0100	[thread overview]
Message-ID: <20210116192209.BnfcUDYRIHW2ukdaUeuE8EulT3HUOeUf3FO6_TBu0Kk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27737@inbox.vuxu.org>

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

There is an updated pull request by aquaherd against master on the void-packages repository

https://github.com/aquaherd/void-packages master
https://github.com/void-linux/void-packages/pull/27737

New package: xfce4-hamster-plugin-1.8
I am the author of this xfce4 panel plugin and I want it in void, so I packaged it.

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

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

From 67a111df1840640e11330549818f5b21faf8dc64 Mon Sep 17 00:00:00 2001
From: Hakan Erduman <hakan@erduman.de>
Date: Thu, 7 Jan 2021 12:47:00 +0100
Subject: [PATCH 1/5] New package: xfce4-hamster-plugin-1.8

---
 srcpkgs/xfce4-hamster-plugin/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/xfce4-hamster-plugin/template

diff --git a/srcpkgs/xfce4-hamster-plugin/template b/srcpkgs/xfce4-hamster-plugin/template
new file mode 100644
index 00000000000..2e37c34b6af
--- /dev/null
+++ b/srcpkgs/xfce4-hamster-plugin/template
@@ -0,0 +1,20 @@
+# Template file for 'xfce4-hamster-plugin'
+pkgname=xfce4-hamster-plugin
+version=1.8
+revision=1
+wrksrc="xfce4-hamster-plugin-$version"
+build_style=gnu-configure
+configure_args="--prefix=/usr --with-icon-name=hamster-applet --with-locales-dir=/usr/share/locale"
+hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel"
+makedepends="xfce4-panel-devel glib-devel dbus-glib-devel"
+depends="hamster-applet"
+short_desc="Recreation of the gnome-shell hamster extension for the xfce4 panel"
+maintainer="Hakan Erduman <hakan@erduman.de>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/projecthamster/xfce4-hamster-plugin"
+distfiles="https://github.com/projecthamster/${pkgname}/archive/v${version}.tar.gz"
+checksum=0802f8a695755153a2f89f7b99767ca7753521dadc3f20a7cec2e09b1b2bb032
+
+pre_configure() {
+	NOCONFIGURE=1 ./autogen.sh
+}

From 7e61ea40465c45ca4f6b05c2289b02eb98655dbf Mon Sep 17 00:00:00 2001
From: Hakan Erduman <hakan@erduman.de>
Date: Thu, 7 Jan 2021 18:24:23 +0100
Subject: [PATCH 2/5] New package: hamster-time-tracker-3.0.2 also adjust the
 xfce4-hamster-plugin from deprecated hamster-applet to hamster-time-tracker

---
 srcpkgs/hamster-time-tracker/template | 16 ++++++++++++++++
 srcpkgs/xfce4-hamster-plugin/template |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/hamster-time-tracker/template

diff --git a/srcpkgs/hamster-time-tracker/template b/srcpkgs/hamster-time-tracker/template
new file mode 100644
index 00000000000..988f19556cb
--- /dev/null
+++ b/srcpkgs/hamster-time-tracker/template
@@ -0,0 +1,16 @@
+# Template file for 'hamster-time-tracker'
+pkgname=hamster-time-tracker
+version=3.0.2
+revision=1
+wrksrc=hamster-${version}
+build_style=waf3
+hostmakedepends="pkg-config gettext intltool itstool glib-devel"
+makedepends="python3-gobject-devel python3-cairo"
+depends="python3-gobject"
+short_desc="Time tracking application for individuals"
+maintainer="Hakan Erduman <hakan@erduman.de>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/projecthamster"
+distfiles="https://github.com/projecthamster/hamster/archive/v${version}.tar.gz"
+checksum=8bf28fe1f06cd950583ebfb24acf5254d3406ee29c3046f6a6fb648b98c929ef
+conflicts="hamster-applet"
diff --git a/srcpkgs/xfce4-hamster-plugin/template b/srcpkgs/xfce4-hamster-plugin/template
index 2e37c34b6af..0e499e24d81 100644
--- a/srcpkgs/xfce4-hamster-plugin/template
+++ b/srcpkgs/xfce4-hamster-plugin/template
@@ -7,7 +7,7 @@ build_style=gnu-configure
 configure_args="--prefix=/usr --with-icon-name=hamster-applet --with-locales-dir=/usr/share/locale"
 hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel"
 makedepends="xfce4-panel-devel glib-devel dbus-glib-devel"
-depends="hamster-applet"
+depends="hamster-time-tracker"
 short_desc="Recreation of the gnome-shell hamster extension for the xfce4 panel"
 maintainer="Hakan Erduman <hakan@erduman.de>"
 license="GPL-2.0-or-later"

From 33d602fe1edd40929744f6f5cfd0870d905ae233 Mon Sep 17 00:00:00 2001
From: Hakan Erduman <hakan@erduman.de>
Date: Thu, 7 Jan 2021 18:37:44 +0100
Subject: [PATCH 3/5] xfce4-hamster-plugin: update to 1.8. Also default to the
 newer icon.

---
 srcpkgs/xfce4-hamster-plugin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xfce4-hamster-plugin/template b/srcpkgs/xfce4-hamster-plugin/template
index 0e499e24d81..c9873909d8c 100644
--- a/srcpkgs/xfce4-hamster-plugin/template
+++ b/srcpkgs/xfce4-hamster-plugin/template
@@ -4,7 +4,7 @@ version=1.8
 revision=1
 wrksrc="xfce4-hamster-plugin-$version"
 build_style=gnu-configure
-configure_args="--prefix=/usr --with-icon-name=hamster-applet --with-locales-dir=/usr/share/locale"
+configure_args="--prefix=/usr --with-locales-dir=/usr/share/locale"
 hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel"
 makedepends="xfce4-panel-devel glib-devel dbus-glib-devel"
 depends="hamster-time-tracker"

From 29726dcc835a11ee543237ab3ffb557e256520fc Mon Sep 17 00:00:00 2001
From: Hakan Erduman <hakan@erduman.de>
Date: Fri, 15 Jan 2021 17:02:44 +0100
Subject: [PATCH 4/5] xfce4-hamster-plugin: update to 1.9.

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

diff --git a/srcpkgs/xfce4-hamster-plugin/template b/srcpkgs/xfce4-hamster-plugin/template
index c9873909d8c..6da8fb96ad4 100644
--- a/srcpkgs/xfce4-hamster-plugin/template
+++ b/srcpkgs/xfce4-hamster-plugin/template
@@ -1,6 +1,6 @@
 # Template file for 'xfce4-hamster-plugin'
 pkgname=xfce4-hamster-plugin
-version=1.8
+version=1.9
 revision=1
 wrksrc="xfce4-hamster-plugin-$version"
 build_style=gnu-configure
@@ -13,7 +13,7 @@ maintainer="Hakan Erduman <hakan@erduman.de>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/projecthamster/xfce4-hamster-plugin"
 distfiles="https://github.com/projecthamster/${pkgname}/archive/v${version}.tar.gz"
-checksum=0802f8a695755153a2f89f7b99767ca7753521dadc3f20a7cec2e09b1b2bb032
+checksum=8b3c6641c1bb277e1d0cd948f29f4d56f1f6eaf9190e99a50bc60da1f3d5a326
 
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh

From fcadc86179122a7c3fa02cb9cf8df87eab6f55dd Mon Sep 17 00:00:00 2001
From: Hakan Erduman <hakan@erduman.de>
Date: Thu, 7 Jan 2021 12:47:00 +0100
Subject: [PATCH 5/5] New package: xfce4-hamster-plugin-1.8 update to 1.10

---
 srcpkgs/xfce4-hamster-plugin/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-hamster-plugin/template b/srcpkgs/xfce4-hamster-plugin/template
index 6da8fb96ad4..68092e512e8 100644
--- a/srcpkgs/xfce4-hamster-plugin/template
+++ b/srcpkgs/xfce4-hamster-plugin/template
@@ -1,10 +1,9 @@
 # Template file for 'xfce4-hamster-plugin'
 pkgname=xfce4-hamster-plugin
-version=1.9
+version=1.10
 revision=1
 wrksrc="xfce4-hamster-plugin-$version"
 build_style=gnu-configure
-configure_args="--prefix=/usr --with-locales-dir=/usr/share/locale"
 hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel"
 makedepends="xfce4-panel-devel glib-devel dbus-glib-devel"
 depends="hamster-time-tracker"
@@ -13,7 +12,7 @@ maintainer="Hakan Erduman <hakan@erduman.de>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/projecthamster/xfce4-hamster-plugin"
 distfiles="https://github.com/projecthamster/${pkgname}/archive/v${version}.tar.gz"
-checksum=8b3c6641c1bb277e1d0cd948f29f4d56f1f6eaf9190e99a50bc60da1f3d5a326
+checksum=3e31e8cb3283a0d22d0353e7b4c4a5eb2fc792dc6bff1511b1b78635a2f73a33
 
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh

  parent reply	other threads:[~2021-01-16 19:22 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07 12:01 [PR PATCH] " aquaherd
2021-01-07 17:24 ` [PR PATCH] [Updated] " aquaherd
2021-01-07 17:29 ` aquaherd
2021-01-07 17:39 ` aquaherd
2021-01-07 17:42 ` aquaherd
2021-01-08 10:50 ` [PR PATCH] [Updated] " aquaherd
2021-01-08 22:59 ` kawaiiamber
2021-01-09 11:25 ` [PR PATCH] [Updated] " aquaherd
2021-01-13 17:19 ` aquaherd
2021-01-15 16:16 ` [PR PATCH] [Updated] " aquaherd
2021-01-15 16:59 ` aquaherd
2021-01-15 17:04 ` [PR PATCH] [Updated] " aquaherd
2021-01-15 17:17 ` aquaherd
2021-01-15 20:48 ` kawaiiamber
2021-01-16 12:20 ` [PR PATCH] [Updated] " aquaherd
2021-01-16 12:43 ` aquaherd
2021-01-16 12:58 ` ericonr
2021-01-16 19:22 ` aquaherd [this message]
2021-01-16 19:31 ` aquaherd
2022-01-03 17:41 ` [PR PATCH] [Updated] " aquaherd
2022-01-03 20:47 ` aquaherd
2022-01-03 21:01 ` aquaherd
2022-01-03 21:11 ` aquaherd
2022-01-03 22:32 ` kawaiiamber
2022-01-04 11:24 ` [PR PATCH] [Updated] " aquaherd
2022-01-04 11:25 ` aquaherd
2022-01-04 11:26 ` [PR PATCH] [Updated] " aquaherd
2022-01-04 11:27 ` kawaiiamber
2022-01-04 11:38 ` [PR PATCH] [Updated] New packages: hamster-time-tracker-3.0.2 xfce4-hamster-plugin-1.17 aquaherd
2022-01-06 16:00 ` aquaherd
2022-02-27 16:26 ` aquaherd
2022-02-27 16:50 ` kawaiiamber
2022-02-28 10:52 ` [PR PATCH] [Updated] " aquaherd
2022-02-28 10:56 ` aquaherd
2022-02-28 10:57 ` aquaherd
2022-05-30  2:14 ` github-actions
2022-06-14  2:13 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210116192209.BnfcUDYRIHW2ukdaUeuE8EulT3HUOeUf3FO6_TBu0Kk@z \
    --to=aquaherd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).