From 2d0959861883758c541e6203c4da1e231ee84639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Thu, 7 May 2015 21:49:30 +0300 Subject: [PATCH 1/3] New package: TwitchNotifier-0.3.1 --- srcpkgs/TwitchNotifier/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/TwitchNotifier/template diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template new file mode 100644 index 00000000000..23e13270f06 --- /dev/null +++ b/srcpkgs/TwitchNotifier/template @@ -0,0 +1,15 @@ +# Template file for 'TwitchNotifier' +pkgname="TwitchNotifier" +version="0.3.1" +revision=1 +build_style=python-module +hostmakedepends="python3.4-devel" +makedepends="python3.4-devel" +depends="virtual?python3.4-gobject>=3.14.0_2 virtual?python3.4-requests>=2.7.0_1 virtual?libnotify>=0.7.6_4" +python_versions="3.4" +short_desc="Daemon that notifies you about your followed channels on Twitch.TV" +maintainer="Giedrius Statkevičius " +license="GPL-3" +homepage="https://github.com/GiedriusS/${pkgname}" +distfiles="https://github.com/GiedriusS/${pkgname}/archive/${version}.tar.gz" +checksum="fcb7482ebde01e256de25ee067074e8bf51303c234e66f64a1ed33aa6d28ccb9" From 93aae7a239bd473d9b0c6b638270990086954a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Thu, 7 May 2015 21:58:50 +0300 Subject: [PATCH 2/3] TwitchNotifier: dropped virtual deps and version forcing --- srcpkgs/TwitchNotifier/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template index 23e13270f06..85b2c38f979 100644 --- a/srcpkgs/TwitchNotifier/template +++ b/srcpkgs/TwitchNotifier/template @@ -5,7 +5,7 @@ revision=1 build_style=python-module hostmakedepends="python3.4-devel" makedepends="python3.4-devel" -depends="virtual?python3.4-gobject>=3.14.0_2 virtual?python3.4-requests>=2.7.0_1 virtual?libnotify>=0.7.6_4" +depends="python3.4-gobject python3.4-requests libnotify" python_versions="3.4" short_desc="Daemon that notifies you about your followed channels on Twitch.TV" maintainer="Giedrius Statkevičius " From 6e1e9fd5ca78e29448d153be6bfb23027b56aa0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giedrius=20Statkevi=C4=8Dius?= Date: Thu, 7 May 2015 22:04:25 +0300 Subject: [PATCH 3/3] TwitchNotifier: add noarch=yes --- srcpkgs/TwitchNotifier/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template index 85b2c38f979..20e4f6a5c62 100644 --- a/srcpkgs/TwitchNotifier/template +++ b/srcpkgs/TwitchNotifier/template @@ -7,6 +7,7 @@ hostmakedepends="python3.4-devel" makedepends="python3.4-devel" depends="python3.4-gobject python3.4-requests libnotify" python_versions="3.4" +noarch=yes short_desc="Daemon that notifies you about your followed channels on Twitch.TV" maintainer="Giedrius Statkevičius " license="GPL-3"