From 29665004d902f751dedb1a4baaa896f9ed74c6b6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Oct 2012 01:22:22 -0700 Subject: Mon Oct 29 01:22:06 PDT 2012 --- extra/hefur/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ extra/hefur/hefurd.service | 11 +++++++++++ extra/kdevelop/PKGBUILD | 13 +++++++++---- 3 files changed, 53 insertions(+), 4 deletions(-) create mode 100644 extra/hefur/PKGBUILD create mode 100644 extra/hefur/hefurd.service (limited to 'extra') diff --git a/extra/hefur/PKGBUILD b/extra/hefur/PKGBUILD new file mode 100644 index 000000000..60d6f3ff1 --- /dev/null +++ b/extra/hefur/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 169775 2012-10-28 11:34:10Z pierre $ +# Maintainer: Pierre Schmitz +# Contributor: Alexandre Bique + +pkgname=hefur +pkgver=0.3 +pkgrel=2 +pkgdesc='A standalone and lightweight BitTorrent tracker' +arch=('i686' 'x86_64') +url='http://github.com/abique/hefur' +license=('MIT') +makedepends=('cmake') +depends=('gnutls' 'xz') +source=("https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz" + 'hefurd.service') +md5sums=('446ca4e659ce0ca3c8f32b0990ee7f5f' + '79f947bb934fd5784ab59bcb0bc1345a') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + mkdir build + cd build + cmake -DCMAKE_INSTALL_PREFIX=/usr .. + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver}/build + DESTDIR=${pkgdir} make install + install -D -m644 ${srcdir}/hefurd.service ${pkgdir}/usr/lib/systemd/system/hefurd.service + install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/hefur/LICENSE + install -d -m755 ${pkgdir}/var/lib/herfurd +} diff --git a/extra/hefur/hefurd.service b/extra/hefur/hefurd.service new file mode 100644 index 000000000..b91e1009d --- /dev/null +++ b/extra/hefur/hefurd.service @@ -0,0 +1,11 @@ +[Unit] +Description=A standalone and lightweight BitTorrent tracker +After=network.target + +[Service] +ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/herfurd +User=nobody +Group=nobody + +[Install] +WantedBy=multi-user.target diff --git a/extra/kdevelop/PKGBUILD b/extra/kdevelop/PKGBUILD index 20bf24c2c..374b76e06 100644 --- a/extra/kdevelop/PKGBUILD +++ b/extra/kdevelop/PKGBUILD @@ -1,16 +1,21 @@ -# $Id: PKGBUILD 169573 2012-10-23 17:20:12Z andrea $ +# $Id: PKGBUILD 169768 2012-10-28 09:27:58Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Giovanni Scafora pkgname=kdevelop pkgver=4.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="A C/C++ development environment for KDE" arch=('i686' 'x86_64') url="http://www.kdevelop.org/" license=('GPL') -depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart') -makedepends=('cmake' 'automoc4') +depends=('kdebase-workspace' 'kdevplatform' 'kdebase-katepart') +makedepends=('cmake' 'automoc4' 'kdesdk-okteta') +optdepends=('kdesdk-okteta: hex editor' + 'kdebase-konsole: embedded terminal' + 'git: git support' + 'gdb: gdb support' + 'qt-doc: qt documentation integration') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") sha1sums=('271a6ab3dd6063175e9ce18810bed7437d451ecf') -- cgit v1.2.3-54-g00ecf From 2b7860faa4cae1565b40b51ba904173f0f494c4a Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Mon, 29 Oct 2012 17:17:54 +0100 Subject: Unarch video acceleration libraries useless on known Loongson machines. If a package depends on it, please disable that dependency on mips64el or report a bug for it. --- extra/libva-vdpau-driver/PKGBUILD | 2 +- extra/libva/PKGBUILD | 2 +- extra/libvdpau/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extra') diff --git a/extra/libva-vdpau-driver/PKGBUILD b/extra/libva-vdpau-driver/PKGBUILD index d63e79bbb..4edf7b9c0 100644 --- a/extra/libva-vdpau-driver/PKGBUILD +++ b/extra/libva-vdpau-driver/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libva-vdpau-driver pkgver=0.7.4 pkgrel=1 pkgdesc="VDPAU backend for VA API" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://freedesktop.org/wiki/Software/vaapi" license=('GPL') depends=('libva' 'libvdpau') diff --git a/extra/libva/PKGBUILD b/extra/libva/PKGBUILD index d928c5fb9..2922dc84a 100644 --- a/extra/libva/PKGBUILD +++ b/extra/libva/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libva pkgver=1.1.0 pkgrel=2 pkgdesc="Video Acceleration (VA) API for Linux" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="http://freedesktop.org/wiki/Software/vaapi" license=('MIT') depends=('libegl' 'libgl' 'libdrm' 'libxfixes') diff --git a/extra/libvdpau/PKGBUILD b/extra/libvdpau/PKGBUILD index e2809a83a..2bc1767ad 100644 --- a/extra/libvdpau/PKGBUILD +++ b/extra/libvdpau/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libvdpau pkgver=0.5 pkgrel=1 pkgdesc="Nvidia VDPAU library" -arch=(i686 x86_64 mips64el) +arch=(i686 x86_64) url='http://cgit.freedesktop.org/~aplattner/libvdpau' depends=('gcc-libs') conflicts=('nvidia-utils<190.42-2') -- cgit v1.2.3-54-g00ecf