diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 04:00:36 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 04:00:36 -0300 |
commit | 7d3d4baa9eb9b0754d609348fd15e01da79f0dbe (patch) | |
tree | 34890469ef3c1aaf88e21e19dcd806f744908a28 /libre | |
parent | e18624050b62423c4e689ee2abf9929c6b46e5d5 (diff) | |
download | abslibre-7d3d4baa9eb9b0754d609348fd15e01da79f0dbe.tar.gz abslibre-7d3d4baa9eb9b0754d609348fd15e01da79f0dbe.tar.bz2 abslibre-7d3d4baa9eb9b0754d609348fd15e01da79f0dbe.zip |
xbmc: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre')
-rw-r--r-- | libre/xbmc/PKGBUILD (renamed from libre/xbmc-libre/PKGBUILD) | 15 | ||||
-rw-r--r-- | libre/xbmc/xbmc.install (renamed from libre/xbmc-libre/xbmc.install) | 0 |
2 files changed, 7 insertions, 8 deletions
diff --git a/libre/xbmc-libre/PKGBUILD b/libre/xbmc/PKGBUILD index 5eedb43e0..db8060f05 100644 --- a/libre/xbmc-libre/PKGBUILD +++ b/libre/xbmc/PKGBUILD @@ -10,18 +10,17 @@ _prefix=/usr -_pkgname=xbmc -pkgname=xbmc-libre +_pkgname=xbmc-libre +pkgname=xbmc pkgver=13.2 _codename=Gotham -pkgrel=3 +pkgrel=3.parabola1 pkgdesc="A software media player and entertainment hub for digital media (Gotham version), without nonfree addons and unrar support" arch=('i686' 'x86_64' 'mips64el') url="http://xbmc.org" license=('GPL2') replaces=($_pkgname) conflicts=($_pkgname) -provides=($_pkgname=$pkgver) depends=( 'avahi' 'hicolor-icon-theme' 'lame' 'libass' 'libbluray' 'libcdio' 'libmad' 'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libmysqlclient' 'libpulse' @@ -46,12 +45,12 @@ optdepends=( 'udisks: automount external drives' 'upower: display battery level' ) -install="${_pkgname}.install" +install="${pkgname}.install" mksource=( "xbmc-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz" ) source=( - "https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver-$_codename.tar.gz" + "https://repo.parabolagnulinux.org/other/$_pkgname/$_pkgname-$pkgver-$_codename.tar.gz" ) mksha256sums=( 'acbf5dffa3034a3406240ee3cf81e721386cd383d23d056ddde1f769e050e585' @@ -134,10 +133,10 @@ package() { "${pkgdir}$_prefix/lib/xbmc/" # Licenses - install -dm755 "${pkgdir}$_prefix/share/licenses/$_pkgname" + install -dm755 "${pkgdir}$_prefix/share/licenses/$pkgname" for licensef in LICENSE.GPL copying.txt; do mv "${pkgdir}$_prefix/share/doc/xbmc/$licensef" \ - "${pkgdir}$_prefix/share/licenses/$_pkgname" + "${pkgdir}$_prefix/share/licenses/$pkgname" done } # vim:set ts=2 sw=2 et: diff --git a/libre/xbmc-libre/xbmc.install b/libre/xbmc/xbmc.install index f90770bd5..f90770bd5 100644 --- a/libre/xbmc-libre/xbmc.install +++ b/libre/xbmc/xbmc.install |