diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-06 03:42:24 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-06 03:42:24 +0000 |
commit | c183da9d3df5445f5021cd6563012ba2abfc393e (patch) | |
tree | 825211c0af8ca26a450f4bdeeb58ccfbb88e13df /libre | |
parent | 4f7963b7ddc283ae57ceb68e7f4d51b3994e0070 (diff) |
Thu Mar 6 03:38:39 UTC 2014
Diffstat (limited to 'libre')
-rw-r--r-- | libre/libretools/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/xbmc-libre/PKGBUILD | 16 | ||||
-rw-r--r-- | libre/xbmc-libre/xbmc.service | 4 |
3 files changed, 14 insertions, 12 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 53e9afb22..e3416f8ea 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,10 +9,10 @@ pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20140210 -_libretools_commit=696c05516039b7b93381811451d393b16a8653d1 +pkgver=20140305 +_libretools_commit=5656c9706cf6f96e0646e9594750d8239e5fcbea _devtools_commit=534d2015b45e013b37e1edbb997bd4df27d7b8fd -md5sums=('e5e6e2a939850c4ce6695e3ee10e71f4' +md5sums=('43fc28718dbcc595c674cbd6a5909685' 'ec69dffa68829f063224de19bbd55fa9') _packages_url=https://projects.parabolagnulinux.org/packages diff --git a/libre/xbmc-libre/PKGBUILD b/libre/xbmc-libre/PKGBUILD index cccfb7941..5a2df28db 100644 --- a/libre/xbmc-libre/PKGBUILD +++ b/libre/xbmc-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106277 2014-02-26 11:07:14Z spupykin $ +# $Id: PKGBUILD 106505 2014-03-05 09:28:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com> @@ -12,11 +12,14 @@ _pkgname=xbmc pkgname=xbmc-libre pkgver=12.3 _codename=Frodo -pkgrel=10 +pkgrel=11 pkgdesc="A software media player and entertainment hub for digital media, without unrar support" arch=('i686' 'x86_64') url="http://xbmc.org" license=('GPL' 'custom') +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname=$pkgver depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva' 'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 'libsamplerate' 'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2' @@ -31,9 +34,6 @@ optdepends=('libcec: support for Pulse-Eight USB-CEC adapter' 'upower: used to trigger power management functionality' 'xorg-xinit: autostart xbmc') install="${_pkgname}.install" -replaces=$_pkgname -conflicts=$_pkgname -provides=$_pkgname=$pkgver mksource=("http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz") source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz" "xbmc.service" @@ -41,7 +41,7 @@ source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver} "libass.patch::https://bugs.archlinux.org/index.php?getfile=11285") mkmd5sums=('7ae385ebf8e5cfcb917393235e6efbdb') md5sums=('7c71af50af55b097e4365a58b70754e8' - 'a32b879d010a0060a8057bb8cb2f4c9e' + 'b643ab67e4675c6aa88af1857f35baf2' '02f7951824ee13103344f36009c0ef2a' '7fd6399d2ffbdf06b724f0cc2efa0784') @@ -131,7 +131,7 @@ package() { done install -Dm0644 $srcdir/xbmc.service $pkgdir/usr/lib/systemd/system/xbmc.service - install -Dm0644 $srcdir/polkit.rules $pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules - chmod 0700 $pkgdir/usr/share/polkit-1/rules.d/ +# install -Dm0644 $srcdir/polkit.rules $pkgdir/usr/share/polkit-1/rules.d/10-xbmc.rules +# chmod 0700 $pkgdir/usr/share/polkit-1/rules.d/ } # vim:set ts=2 sw=2 et: diff --git a/libre/xbmc-libre/xbmc.service b/libre/xbmc-libre/xbmc.service index 4353defa2..d161a21a8 100644 --- a/libre/xbmc-libre/xbmc.service +++ b/libre/xbmc-libre/xbmc.service @@ -1,13 +1,15 @@ [Unit] Description = Starts instance of XBMC using xinit After = remote-fs.target +Conflicts=getty@tty7.service [Service] User = xbmc Group = xbmc PAMName=login Type = simple -ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp +TTYPath=/dev/tty7 +ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp vt7 Restart = on-abort [Install] |