mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
aur updates
This commit is contained in:
parent
0454fa1c4c
commit
4fec90e6ea
3 changed files with 9 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=hd-idle
|
||||
pkgver=1.04
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Utility program for spinning-down external disks after a period of idle time.'
|
||||
arch=(i686 x86_64)
|
||||
backup=(etc/conf.d/hd-idle)
|
||||
|
@ -25,6 +25,8 @@ build() {
|
|||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
sed -i 's|/sbin|/bin|' Makefile
|
||||
|
||||
# Install binary
|
||||
make TARGET_DIR="$pkgdir/usr" install
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
buildarch=16
|
||||
|
||||
pkgname=omxplayer-git
|
||||
pkgver=20130202
|
||||
pkgver=20130708
|
||||
pkgrel=1
|
||||
pkgdesc="omxplayer is a command line media player for the RaspberryPi"
|
||||
arch=('arm' 'armv6h')
|
||||
|
@ -14,11 +14,10 @@ makedepends=(git boost)
|
|||
optdepends=(ttf-freefont)
|
||||
provides=(omxplayer)
|
||||
conflicts=(omxplayer omxplayer-bin)
|
||||
source=(omxplayer.arch Makefile.arch Makefile.include.arch omxfont.patch)
|
||||
source=(omxplayer.arch Makefile.arch Makefile.include.arch)
|
||||
md5sums=('305f8fedbc4638434475c4a83ee78578'
|
||||
'5a15874072dec90013b8bec7383f1459'
|
||||
'3af60fb0782a32471bba9913c25ce322'
|
||||
'86d94208a0c78fe62354012dcb21e257'
|
||||
)
|
||||
_gitroot="https://github.com/huceke/omxplayer.git"
|
||||
_gitname="omxplayer"
|
||||
|
@ -34,8 +33,8 @@ build() {
|
|||
msg "GIT checkout done or server timeout"
|
||||
|
||||
cd $_gitname
|
||||
msg "Applying font path patch"
|
||||
patch -Np1 -i ../omxfont.patch
|
||||
# msg "Applying font path patch"
|
||||
# patch -Np1 -i ../omxfont.patch || msg "and I don't care"
|
||||
msg "Starting make..."
|
||||
cp omxplayer omxplayer.dist.sh
|
||||
cp Makefile Makefile.dist
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgname=sabnzbd
|
||||
_pkgname=SABnzbd
|
||||
pkgver=0.7.13
|
||||
pkgver=0.7.14
|
||||
pkgrel=1
|
||||
pkgdesc="A web-interface based binary newsgrabber with NZB file support"
|
||||
url="http://www.sabnzbd.org"
|
||||
|
@ -14,7 +14,7 @@ install="${pkgname}.install"
|
|||
backup=("etc/conf.d/sabnzbd" "opt/${pkgname}/${pkgname}.ini")
|
||||
source=("http://downloads.sourceforge.net/sabnzbdplus/${_pkgname}-${pkgver}-src.tar.gz"
|
||||
"${pkgname}" "${pkgname}.desktop" "addnzb.sh" "nzb-2.png" "sab2_64.png" "x-nzb.xml" "${pkgname}.service" "${pkgname}.confd")
|
||||
md5sums=('e8749d5fc486c5050cb2d31690619cf1'
|
||||
md5sums=('69421a6d05fde2f69bf69f8b7c1c97e4'
|
||||
'48d60a1c626503c7fef1bc5374390513'
|
||||
'f9bd5485072714b11f8c30a28024dc4d'
|
||||
'69b9bcbcf67ff3e7a4cdd9f26e001341'
|
||||
|
|
Loading…
Reference in a new issue