From ab47cdc746d312b11aff8d4bb6a3c381b1ede531 Mon Sep 17 00:00:00 2001 From: jarbowski Date: Sat, 2 May 2015 17:00:32 +0200 Subject: [PATCH 1/6] New package: foobnix-3.0.04 --- srcpkgs/foobnix/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/foobnix/template diff --git a/srcpkgs/foobnix/template b/srcpkgs/foobnix/template new file mode 100644 index 00000000000..cd95dc6463b --- /dev/null +++ b/srcpkgs/foobnix/template @@ -0,0 +1,14 @@ +# Template file for 'foobnix' +pkgname=foobnix +version=3.0.04 +revision=1 +build_style="python-module" +hostmakedepends="python-setuptools python-devel" +makedepends="python-devel" +short_desc=="Light and functional music player." +homepage="http://www.foobnix.com" +license="GPL-3" +depends="gst-plugins-good gst-ffmpeg gst-python gst-plugins-bad gst-plugins-ugly libnotify mutagen python-chardet python-dbus python-gobject2 python-simplejson webkitgtk xclip xsel" +pycompile_module="foobnix" +distfiles="https://launchpad.net/~foobnix-team/+archive/ubuntu/foobnix-player/+files/foobnix_${version}vivid1.tar.gz" +checksum=909afa5996aa410d7ce5f6fc2b936483fa3b67fc1e9cfd66509f4123789c77d6 From 25e4adf53e13a1eb75ceac29ad860e7f10072bc0 Mon Sep 17 00:00:00 2001 From: jarbowski Date: Sat, 2 May 2015 17:03:22 +0200 Subject: [PATCH 2/6] foobnix: removed tailing dot in short_desc --- srcpkgs/foobnix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/foobnix/template b/srcpkgs/foobnix/template index cd95dc6463b..64124ad92d5 100644 --- a/srcpkgs/foobnix/template +++ b/srcpkgs/foobnix/template @@ -5,7 +5,7 @@ revision=1 build_style="python-module" hostmakedepends="python-setuptools python-devel" makedepends="python-devel" -short_desc=="Light and functional music player." +short_desc=="Light and functional music player" homepage="http://www.foobnix.com" license="GPL-3" depends="gst-plugins-good gst-ffmpeg gst-python gst-plugins-bad gst-plugins-ugly libnotify mutagen python-chardet python-dbus python-gobject2 python-simplejson webkitgtk xclip xsel" From 6ca19472d5e8702452f2454906f09554a6a69d97 Mon Sep 17 00:00:00 2001 From: jarbowski Date: Sat, 2 May 2015 17:07:15 +0200 Subject: [PATCH 3/6] foobnix: add wrksrc directory --- srcpkgs/foobnix/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/foobnix/template b/srcpkgs/foobnix/template index 64124ad92d5..cb7506ef1f3 100644 --- a/srcpkgs/foobnix/template +++ b/srcpkgs/foobnix/template @@ -2,6 +2,7 @@ pkgname=foobnix version=3.0.04 revision=1 +wrksrc=yes build_style="python-module" hostmakedepends="python-setuptools python-devel" makedepends="python-devel" From bf287efd1832bb38bbb7e6bb95c1f408c4483016 Mon Sep 17 00:00:00 2001 From: jarbowski Date: Sat, 2 May 2015 17:13:35 +0200 Subject: [PATCH 4/6] foobnix: change wrksrc --- srcpkgs/foobnix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/foobnix/template b/srcpkgs/foobnix/template index cb7506ef1f3..76a497dcd44 100644 --- a/srcpkgs/foobnix/template +++ b/srcpkgs/foobnix/template @@ -2,7 +2,7 @@ pkgname=foobnix version=3.0.04 revision=1 -wrksrc=yes +wrksrc="${pkgname}_${version}" build_style="python-module" hostmakedepends="python-setuptools python-devel" makedepends="python-devel" From 22e63d2b9a335aa6e017dce297a06b832f61d5ec Mon Sep 17 00:00:00 2001 From: jarbowski Date: Sat, 2 May 2015 17:39:01 +0200 Subject: [PATCH 5/6] foobnix: update dependencies --- srcpkgs/foobnix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/foobnix/template b/srcpkgs/foobnix/template index 76a497dcd44..38196adadf4 100644 --- a/srcpkgs/foobnix/template +++ b/srcpkgs/foobnix/template @@ -9,7 +9,7 @@ makedepends="python-devel" short_desc=="Light and functional music player" homepage="http://www.foobnix.com" license="GPL-3" -depends="gst-plugins-good gst-ffmpeg gst-python gst-plugins-bad gst-plugins-ugly libnotify mutagen python-chardet python-dbus python-gobject2 python-simplejson webkitgtk xclip xsel" +depends="gst-plugins-base1 gst-plugins-good1 gst-python gst-plugins-bad1 gst-plugins-ugly1 libnotify mutagen python-chardet python-dbus python-gobject2 python-simplejson webkitgtk xclip xsel" pycompile_module="foobnix" distfiles="https://launchpad.net/~foobnix-team/+archive/ubuntu/foobnix-player/+files/foobnix_${version}vivid1.tar.gz" checksum=909afa5996aa410d7ce5f6fc2b936483fa3b67fc1e9cfd66509f4123789c77d6 From 907e63d00d710d59e11fdb885b76e1e115bfa071 Mon Sep 17 00:00:00 2001 From: jarbowski Date: Mon, 4 May 2015 15:45:10 +0200 Subject: [PATCH 6/6] foobnix: add noarch=yes --- srcpkgs/foobnix/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/foobnix/template b/srcpkgs/foobnix/template index 38196adadf4..97d2f49933c 100644 --- a/srcpkgs/foobnix/template +++ b/srcpkgs/foobnix/template @@ -2,6 +2,7 @@ pkgname=foobnix version=3.0.04 revision=1 +noarch=yes wrksrc="${pkgname}_${version}" build_style="python-module" hostmakedepends="python-setuptools python-devel"