-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7fdcc2
commit feef310
Showing
7 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
pkgbase = foobnix-git | ||
pkgdesc = GTK+ music player | ||
pkgver = 3.2.r2.g17d5891f | ||
pkgrel = 1 | ||
url = http://www.foobnix.com | ||
arch = i686 | ||
arch = x86_64 | ||
license = GPL3 | ||
makedepends = git | ||
makedepends = python-setuptools | ||
depends = python-chardet | ||
depends = python-simplejson | ||
depends = python-mutagen | ||
depends = gst-plugins-good | ||
depends = gst-plugins-base | ||
depends = gst-plugins-ugly | ||
depends = gst-plugins-bad | ||
depends = gst-libav | ||
depends = gst-python | ||
depends = webkit2gtk | ||
depends = libkeybinder3 | ||
depends = fuseiso | ||
depends = python-notify2 | ||
depends = python3-keybinder | ||
depends = lame | ||
depends = faac | ||
depends = ffmpeg | ||
depends = python-dbus | ||
depends = python-pylast | ||
provides = foobnix | ||
conflicts = foobnix | ||
source = git+https://github.com/foobnix/foobnix.git | ||
sha256sums = SKIP | ||
|
||
pkgname = foobnix-git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Ignore everything | ||
* | ||
|
||
# But not these files... | ||
!.gitignore | ||
!PKGBUILD | ||
!.SRCINFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Maintainer: Alex Tharp <toastercup at gmail dot com> | ||
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com> | ||
_pkgname=foobnix | ||
pkgname=foobnix-git | ||
pkgver=3.2.r2.g17d5891f | ||
pkgrel=1 | ||
pkgdesc="GTK+ music player" | ||
arch=('i686' 'x86_64') | ||
url="http://www.foobnix.com" | ||
license=('GPL3') | ||
depends=('python-chardet' 'python-simplejson' 'python-mutagen' | ||
'gst-plugins-good' 'gst-plugins-base' 'gst-plugins-ugly' | ||
'gst-plugins-bad' 'gst-libav' 'gst-python' 'webkit2gtk' | ||
'libkeybinder3' 'fuseiso' 'python-notify2' 'python3-keybinder' | ||
'lame' 'faac' 'ffmpeg' 'python-dbus' 'python-pylast') | ||
makedepends=('git' 'python-setuptools') | ||
provides=("foobnix") | ||
conflicts=("foobnix") | ||
source=('git+https://github.com/foobnix/foobnix.git') | ||
sha256sums=('SKIP') | ||
|
||
pkgver() { | ||
cd "$srcdir/${pkgname%-git}" | ||
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | ||
} | ||
|
||
package() { | ||
cd "$srcdir/${pkgname%-git}" | ||
python setup.py install --root="$pkgdir/" --optimize=1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
pkgbase = foobnix | ||
pkgdesc = GTK+ music player | ||
pkgver = 3.2.1 | ||
pkgrel = 1 | ||
url = http://www.foobnix.com | ||
arch = i686 | ||
arch = x86_64 | ||
license = GPL3 | ||
makedepends = python-setuptools | ||
depends = python-chardet | ||
depends = python-simplejson | ||
depends = python-mutagen | ||
depends = gst-plugins-good | ||
depends = gst-plugins-base | ||
depends = gst-plugins-ugly | ||
depends = gst-plugins-bad | ||
depends = gst-libav | ||
depends = gst-python | ||
depends = webkit2gtk | ||
depends = libkeybinder3 | ||
depends = fuseiso | ||
depends = python-notify2 | ||
depends = python3-keybinder | ||
depends = lame | ||
depends = faac | ||
depends = ffmpeg | ||
depends = python-dbus | ||
depends = python-pylast | ||
provides = foobnix | ||
conflicts = foobnix | ||
source = foobnix-3.2.1.tar.gz::https://github.com/foobnix/foobnix/archive/3.2.1.tar.gz | ||
sha512sums = 072a28a5b26b3977a607957187d2cf7b2368c6a5ad4dd8db78712d19f607f85185e97c198425f3084e52c348ac7f566cb150f6e6a6b59188068855d0ef4feca6 | ||
|
||
pkgname = foobnix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Ignore everything | ||
* | ||
|
||
# But not these files... | ||
!.gitignore | ||
!PKGBUILD | ||
!.SRCINFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Maintainer: Alex Tharp <toastercup at gmail dot com> | ||
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com> | ||
# Contributor: Brenton Horne <brentonhorne77 at gmail dot com> | ||
pkgname=foobnix | ||
pkgver=3.2.1 | ||
pkgrel=1 | ||
pkgdesc="GTK+ music player" | ||
arch=('i686' 'x86_64') | ||
url="http://www.foobnix.com" | ||
license=('GPL3') | ||
depends=('python-chardet' 'python-simplejson' 'python-mutagen' | ||
'gst-plugins-good' 'gst-plugins-base' 'gst-plugins-ugly' | ||
'gst-plugins-bad' 'gst-libav' 'gst-python' 'webkit2gtk' | ||
'libkeybinder3' 'fuseiso' 'python-notify2' 'python3-keybinder' | ||
'lame' 'faac' 'ffmpeg' 'python-dbus' 'python-pylast') | ||
makedepends=('python-setuptools') | ||
provides=('foobnix') | ||
conflicts=('foobnix') | ||
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz") | ||
sha512sums=('072a28a5b26b3977a607957187d2cf7b2368c6a5ad4dd8db78712d19f607f85185e97c198425f3084e52c348ac7f566cb150f6e6a6b59188068855d0ef4feca6') | ||
|
||
package() { | ||
cd "$srcdir/$pkgname-$pkgver" | ||
python setup.py install --root="$pkgdir/" --optimize=1 | ||
} |