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: Thu, 07 Jan 2021 18:29:10 +0100	[thread overview]
Message-ID: <20210107172910.QFtzzsCf82RLu1EosmwSWzI4xnob4z3zTyiLZ1fIHng@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: 3544 bytes --]

From b7d05ec01c3fe481d1e822db7269e8575024238b 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/2] 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 405aece98c451e104a1b8bb8a5fe08383de3bc30 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/2] 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"

  parent reply	other threads:[~2021-01-07 17:29 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 [this message]
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 ` [PR PATCH] [Updated] " aquaherd
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=20210107172910.QFtzzsCf82RLu1EosmwSWzI4xnob4z3zTyiLZ1fIHng@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).