summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-18 00:02:28 +0000
committerroot <root@rshg054.dnsready.net>2012-08-18 00:02:28 +0000
commit948da5eabcbf8d74270e661d0730ba1c203913f5 (patch)
tree8536fd0b4622f9f6c77cb4716bf5c315c457038a /community
parentbbf2c63849bdf1654e767058f277da2e983c5f0b (diff)
Sat Aug 18 00:02:28 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/cdrtools/PKGBUILD8
-rw-r--r--community/icecast/PKGBUILD13
-rw-r--r--community/icecast/icecast.service9
-rw-r--r--community/spacefm/PKGBUILD6
-rw-r--r--community/udevil/PKGBUILD6
5 files changed, 28 insertions, 14 deletions
diff --git a/community/cdrtools/PKGBUILD b/community/cdrtools/PKGBUILD
index dbe53d8f6..140834e21 100644
--- a/community/cdrtools/PKGBUILD
+++ b/community/cdrtools/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 72573 2012-06-16 18:43:00Z stativ $
+# $Id: PKGBUILD 75213 2012-08-16 09:19:22Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=cdrtools
-pkgver=3.01a07
-pkgrel=4
+pkgver=3.01a08
+pkgrel=1
pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning"
arch=('i686' 'x86_64')
url="http://cdrecord.berlios.de/private/cdrecord.html"
@@ -14,7 +14,7 @@ options=(!makeflags)
backup=('etc/default/cdrecord' 'etc/default/rscsi')
install=cdrtools.install
source=(ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.gz)
-md5sums=('b690d11ee6c9464b89d8684172807b51')
+md5sums=('bed40540ef0dfc41d4b6e62c70012a01')
build() {
cd "$srcdir"/cdrtools-${pkgver%%a*}
diff --git a/community/icecast/PKGBUILD b/community/icecast/PKGBUILD
index 2787666ab..a9b3ce358 100644
--- a/community/icecast/PKGBUILD
+++ b/community/icecast/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 72696 2012-06-20 10:14:35Z lfleischer $
+# $Id: PKGBUILD 75222 2012-08-16 11:13:33Z lfleischer $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=icecast
pkgver=2.3.3
-pkgrel=1
+pkgrel=2
pkgdesc='Streaming audio over the Internet'
arch=('i686' 'x86_64')
license=('GPL')
@@ -17,11 +17,13 @@ backup=('etc/icecast.xml'
source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'icecastd'
'icecast.logrotate'
- 'start-by-nobody.patch')
+ 'start-by-nobody.patch'
+ 'icecast.service')
md5sums=('2b5d1b40778922e5f6431b7758c359ad'
'e823c1fdb080aae3d0c54ef8be95f7cb'
'59c6552bcb1dd9fb542af8670dfabd3c'
- 'd8e929d2214123a1954da4383bf16583')
+ 'd8e929d2214123a1954da4383bf16583'
+ 'ada6c389351af0487b5c62198adb4e2f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -47,4 +49,7 @@ package() {
# create log directory
install -d -g99 -o99 "${pkgdir}/var/log/icecast"
+
+ # install systemd unit
+ install -Dm0644 "${srcdir}/icecast.service" "${pkgdir}/usr/lib/systemd/system/icecast.service"
}
diff --git a/community/icecast/icecast.service b/community/icecast/icecast.service
new file mode 100644
index 000000000..fb3900b45
--- /dev/null
+++ b/community/icecast/icecast.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Icecast Network Audio Streaming Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/icecast -b -c /etc/icecast.xml
+
+[Install]
+WantedBy=multi-user.target
diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD
index 912d15ee2..a87cc4df0 100644
--- a/community/spacefm/PKGBUILD
+++ b/community/spacefm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 74358 2012-07-25 19:18:50Z bpiotrowski $
+# $Id: PKGBUILD 75235 2012-08-16 20:04:22Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
# Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com>
pkgname=spacefm
-pkgver=0.7.10
+pkgver=0.7.11
pkgrel=1
pkgdesc="A multi-panel tabbed file manager"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ optdepends=('lsof: device processes'
'udisks: mount as non-root user'
'udisks2: mount as non-root user')
source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz)
-md5sums=('16de3087b7225b89fad93a0710f2bbcf')
+md5sums=('99719d34fd60ad9514c10a25f52d0bb3')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD
index 091a56764..639697109 100644
--- a/community/udevil/PKGBUILD
+++ b/community/udevil/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 74360 2012-07-25 19:22:08Z bpiotrowski $
+# $Id: PKGBUILD 75211 2012-08-16 07:12:48Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
pkgname=udevil
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Mount and unmount without password'
@@ -24,7 +24,7 @@ provides=('devmon')
backup=('etc/udevil/udevil.conf')
install=$pkgname.install
source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-md5sums=('f2541fe24c83cbc2cb63c5912fc417d9')
+md5sums=('47b8f9334266d65020daa4679f71b504')
build() {
cd $srcdir/$pkgname-$pkgver