summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/boinctui/PKGBUILD27
-rw-r--r--community/brise/PKGBUILD12
-rw-r--r--community/chrony/PKGBUILD6
-rw-r--r--community/chrony/chrony.install24
-rw-r--r--community/dbmail/PKGBUILD6
-rw-r--r--community/ibus-rime/PKGBUILD10
-rw-r--r--community/kdenlive/PKGBUILD8
-rw-r--r--community/kphotoalbum/PKGBUILD10
-rw-r--r--community/librime/PKGBUILD14
-rw-r--r--community/mdf2iso/PKGBUILD6
-rw-r--r--community/minitube/PKGBUILD8
-rw-r--r--community/mtpfs/PKGBUILD4
-rw-r--r--community/python-tornado/PKGBUILD13
-rw-r--r--community/snapper/PKGBUILD21
-rw-r--r--community/snapper/cleanup.service9
-rw-r--r--community/snapper/cleanup.timer12
-rw-r--r--community/snapper/timeline.service9
-rw-r--r--community/snapper/timeline.timer12
-rw-r--r--community/subtle/PKGBUILD6
-rw-r--r--community/uqm/PKGBUILD4
20 files changed, 162 insertions, 59 deletions
diff --git a/community/boinctui/PKGBUILD b/community/boinctui/PKGBUILD
new file mode 100644
index 000000000..1eb3e70a4
--- /dev/null
+++ b/community/boinctui/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 116046 2014-07-21 08:47:53Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+
+pkgname=boinctui
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="Curses based fullscreen BOINC manager"
+arch=('i686' 'x86_64')
+url="http://boinctui.googlecode.com/"
+license=('GPL')
+depends=('expat' 'gcc-libs' 'gnutls')
+makedepends=("cmake")
+source=("http://sourceforge.net/projects/boinctui/files/${pkgname}_${pkgver}.tar.gz")
+
+build() {
+ cd $pkgname-$pkgver
+ autoconf
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('c60ffeb69abeb013ff331c13d8737ea526641f7e8114562a9878ceeeeafa052f467a5ea15ae91cf7a47ea1d0fe69ed545c2b695c11e18207b14b423d59dcab34')
diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD
index aa81fd222..fcbf5b9fa 100644
--- a/community/brise/PKGBUILD
+++ b/community/brise/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 103210 2013-12-30 09:12:40Z fyan $
+# $Id: PKGBUILD 116037 2014-07-21 07:45:31Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
pkgname=brise
-pkgver=0.32
+pkgver=0.35
pkgrel=1
pkgdesc="Rime schema repository"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
license=('GPL3')
depends=()
-makedepends=('cmake' 'librime>=1.1')
+makedepends=('cmake' 'git' 'librime>=1.2')
provides=('librime-data')
-conflicts=('librime<1.1' 'ibus-rime<1.1')
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+conflicts=('librime<1.2' 'ibus-rime<1.2')
+source=("git+https://github.com/lotem/brise.git#tag=brise-$pkgver")
+md5sums=('SKIP')
build() {
cd $pkgname
@@ -25,4 +26,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums=('c41d4a7399a963b9e023015e1268f0f63693091d0ae2edff9db68397d223bb25ea6c392d2649f7817edd40998b1ed144d63478a01241cdaa5f2e84fd846e24d7')
diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD
index ff76857b4..0abaf3bf8 100644
--- a/community/chrony/PKGBUILD
+++ b/community/chrony/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 114721 2014-07-03 10:46:29Z thestinger $
+# $Id: PKGBUILD 116062 2014-07-21 11:15:13Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Daniel Micay <danielmicay@gmail.com>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
@@ -9,7 +9,7 @@
pkgname=chrony
pkgver=1.30
-pkgrel=1
+pkgrel=3
pkgdesc='Lightweight NTP client and server'
arch=('i686' 'x86_64')
url="http://chrony.tuxfamily.org/"
@@ -31,7 +31,7 @@ build() {
package() {
cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install install-docs
install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" "$pkgdir/etc/chrony.conf"
diff --git a/community/chrony/chrony.install b/community/chrony/chrony.install
index 2badf6471..b5309d226 100644
--- a/community/chrony/chrony.install
+++ b/community/chrony/chrony.install
@@ -1,14 +1,27 @@
+infodir=usr/share/info
+filelist=(chrony.info)
+
post_install() {
getent group chrony &>/dev/null || groupadd -g 183 chrony >/dev/null
getent passwd chrony &>/dev/null || useradd -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
- true
+
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
}
post_upgrade() {
if [[ $(vercmp $2 1.29.1-2) -le 0 ]]; then
- post_install
+ getent group chrony &>/dev/null || groupadd -g 183 chrony >/dev/null
+ getent passwd chrony &>/dev/null || useradd -u 183 -g chrony -d /var/lib/chrony -c 'Network Time Protocol' -s /bin/false chrony >/dev/null
chown -R 183:183 /var/lib/chrony
fi
+
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
}
post_remove() {
@@ -16,3 +29,10 @@ post_remove() {
getent group chrony &>/dev/null && groupdel chrony >/dev/null
true
}
+
+pre_remove() {
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD
index 125802624..54de0f91f 100644
--- a/community/dbmail/PKGBUILD
+++ b/community/dbmail/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 112555 2014-06-03 14:43:25Z spupykin $
+# $Id: PKGBUILD 116064 2014-07-21 11:39:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com>
pkgname=dbmail
-pkgver=3.1.15
+pkgver=3.1.16
pkgrel=1
pkgdesc="Fast and scalable sql based mail services"
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@ source=("dbmail-$pkgver.tar.gz::http://git.dbmail.eu/paul/dbmail/snapshot/dbmail
"dbmail-pop3d.xinetd"
"dbmail-timsieved.xinetd"
"dbmail-7-systemd.diff")
-md5sums=('SKIP'
+md5sums=('92f82a6fc55b2200d6a66e4fcec9db95'
'890de13361afbdf4fed12d6d7eb53e66'
'961593658cd596297d03d25eb9c9e98f'
'4cb764894abd3914802e90602bf90a0c'
diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD
index 2f4e56338..01d445bab 100644
--- a/community/ibus-rime/PKGBUILD
+++ b/community/ibus-rime/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 103211 2013-12-30 09:12:41Z fyan $
+# $Id: PKGBUILD 116039 2014-07-21 07:45:35Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=ibus-rime
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Rime input method engine for ibus"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
license=('GPL3')
depends=('ibus' 'libnotify' 'librime>=1.1' 'brise')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
install='ibus-rime.install'
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+source=("git+https://github.com/lotem/ibus-rime.git#tag=rime-$pkgver")
+md5sums=('SKIP')
build() {
cd $pkgname
@@ -25,4 +26,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums=('2510f9019045013f85af5b8401286b338b739fa0e908a3e30e1d59971a43c32212f388d367b51942292e236859feb1a70d7e7b8deb17eafd8b4f878cc7ba018f')
diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD
index 747528c6f..dab222c28 100644
--- a/community/kdenlive/PKGBUILD
+++ b/community/kdenlive/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 111179 2014-05-15 14:14:12Z spupykin $
+# $Id: PKGBUILD 116052 2014-07-21 08:52:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zuf <kontakt.zuf@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=kdenlive
pkgver=0.9.8
-pkgrel=1
+pkgrel=2
pkgdesc="A non-linear video editor for Linux"
arch=('i686' 'x86_64')
# http://download.kde.org/stable/kdenlive/
url="http://www.kdenlive.org/"
license=('GPL')
-depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist')
+depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist' 'kdepimlibs')
makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
optdepends=('recordmydesktop: screen capture'
'dvdauthor: dvd creation'
@@ -21,7 +21,7 @@ optdepends=('recordmydesktop: screen capture'
install=kdenlive.install
options=('docs')
source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('589801ff79c5819936141abe7e4f44fc')
+md5sums=('6c28868598eecd878b9d041bb3900615')
build() {
export LDFLAGS="$LDFLAGS -lX11"
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD
index e08348936..9ba3cf1fe 100644
--- a/community/kphotoalbum/PKGBUILD
+++ b/community/kphotoalbum/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 104796 2014-01-26 12:17:34Z andyrtr $
+# $Id: PKGBUILD 116054 2014-07-21 08:58:46Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
@@ -6,8 +6,8 @@
# Contributor: chfoxli <lg ][ romandie ? com>
pkgname=kphotoalbum
-pkgver=4.4
-pkgrel=4
+pkgver=4.5
+pkgrel=1
pkgdesc="KDE Photo Album, picture collection manager"
url="http://www.kphotoalbum.org/"
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ optdepends=('kdeedu-marble: integration with Marble'
'kipi-plugins: add extra functionality'
'kdemultimedia-mplayerthumbs: video thumbnails')
install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('84cc7741c8e8c62e097ebb5e81d40979')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('0cdd4e02e9e4f840550a20cc8dca8a017777e4a55db19f0f8b15e903d2c342cd')
build() {
cd ${srcdir}
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
index 87ab8a4ba..185f678fe 100644
--- a/community/librime/PKGBUILD
+++ b/community/librime/PKGBUILD
@@ -1,28 +1,28 @@
-# $Id: PKGBUILD 103209 2013-12-30 09:12:39Z fyan $
+# $Id: PKGBUILD 116038 2014-07-21 07:45:32Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=librime
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Rime input method engine"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
license=('GPL3')
-depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp>=0.5')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp>=0.5' 'marisa')
optdepends=('brise: Rime schema repository')
makedepends=('cmake' 'boost')
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/lotem/librime/archive/rime-$pkgver.tar.gz")
+sha512sums=('98fe4d0d0429eb027c1846b8be9866c207b8050526d5b8e0b85ab93a8d45bee65cbbf6b28302f1b79f0044a4a7f17e27e3b2300c3ebb6b1b58c7c34220f7e229')
build() {
- cd $pkgname
+ cd $pkgname-rime-$pkgver
make
}
package() {
- cd $pkgname
+ cd $pkgname-rime-$pkgver
make DESTDIR="$pkgdir" install
}
-sha512sums=('deb0142fe193f7d445f5008f2cfebb813e4db662f5c474dcb5b8d9f1a9ea8c2e7dc384f3dfae32e7fd13c08f55852124089db08cb96928b98e94128b10847af0')
diff --git a/community/mdf2iso/PKGBUILD b/community/mdf2iso/PKGBUILD
index b58c51413..89b75f6e6 100644
--- a/community/mdf2iso/PKGBUILD
+++ b/community/mdf2iso/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 64842 2012-02-18 17:37:56Z lcarlier $
+# $Id: PKGBUILD 116056 2014-07-21 09:01:09Z lcarlier $
# Contributor: Jeff Mickey <j@codemac.net>
# Contributor: Henrik Ronellenfitsch <henrik at searinox dot de>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=mdf2iso
pkgver=0.3.0
-pkgrel=5
+pkgrel=6
pkgdesc="Converts Alcohol 120% .mdf files to .iso files"
arch=('x86_64' 'i686')
url="http://mdf2iso.berlios.de/"
license=('GPL')
depends=('glibc')
-source=("http://download.berlios.de/mdf2iso/$pkgname-$pkgver-src.tar.bz2"
+source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver-src.tar.bz2"
"lfs.patch")
sha256sums=('7b6622c58bc6a5111eba719d2b55cdfab54cbb26f3aea98b7e5db0eb0062be84'
'a15878b4b6c3e9484fbf8685220e482359cabc4d8039ffaf2a581175c381677d')
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD
index eb670c93c..db7a3bcd8 100644
--- a/community/minitube/PKGBUILD
+++ b/community/minitube/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 105996 2014-02-20 19:25:26Z speps $
+# $Id: PKGBUILD 116069 2014-07-21 15:04:40Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=minitube
-pkgver=2.1.6
+pkgver=2.2
pkgrel=1
pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url='http://flavio.tordini.org/minitube'
license=('GPL3')
depends=('phonon-qt4')
install="$pkgname.install"
-source=("http://flavio.tordini.org/files/$pkgname/$pkgname-1.2.6.tar.gz") # tagging mismatch
-md5sums=('b5a7794cad661d47e0e856b864f774af')
+source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('b8483b2cfc4be460f347ed9342e3789f')
build() {
cd $pkgname
diff --git a/community/mtpfs/PKGBUILD b/community/mtpfs/PKGBUILD
index 7f2731b40..789e6e92e 100644
--- a/community/mtpfs/PKGBUILD
+++ b/community/mtpfs/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 67994 2012-03-16 19:16:02Z lcarlier $
+# $Id: PKGBUILD 116044 2014-07-21 08:05:28Z lcarlier $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: yugrotavele <yugrotavele at archlinux dot us>
# Contributor: Anton Pirogov <anton.pirogov <AT> googlemail.com>
pkgname=mtpfs
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device"
arch=('i686' 'x86_64')
url="http://www.adebenham.com/mtpfs/"
diff --git a/community/python-tornado/PKGBUILD b/community/python-tornado/PKGBUILD
index a6c54b21b..7f72742a9 100644
--- a/community/python-tornado/PKGBUILD
+++ b/community/python-tornado/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 112584 2014-06-04 04:53:44Z fyan $
+# $Id: PKGBUILD 116040 2014-07-21 07:50:57Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
pkgname=('python-tornado' 'python2-tornado')
-pkgver=3.2.2
+pkgver=4.0.0
pkgrel=1
pkgdesc='open source version of the scalable, non-blocking web server and tools'
arch=('i686' 'x86_64')
url='http://www.tornadoweb.org/'
license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.ssl_match_hostname' 'git')
-checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 'twisted')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
+checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 'python-twisted' 'python2-twisted')
source=("git+https://github.com/facebook/tornado.git#tag=v$pkgver")
sha512sums=('SKIP')
@@ -34,6 +34,7 @@ check() {
python -m tornado.test.runtests || warning "Tests failed"
python -m tornado.test.runtests --ioloop=tornado.platform.asyncio.AsyncIOLoop || warning "Tests with AsyncIO failed"
python -m tornado.test.runtests --ioloop=tornado.platform.select.SelectIOLoop || warning "Tests with SelectIO failed"
+ python -m tornado.test.runtests --ioloop=tornado.platform.twisted.TwistedIOLoop || warning "Tests with TwistedIO failed"
cd ../tornado-py2
python2 -m tornado.test.runtests || warning "Tests failed"
@@ -42,14 +43,14 @@ check() {
}
package_python-tornado() {
- depends=('python')
+ depends=('python-certifi')
cd tornado
python setup.py install --root="${pkgdir}" --optimize=1
}
package_python2-tornado() {
- depends=('python2' 'python2-backports.ssl_match_hostname')
+ depends=('python2-certifi' 'python2-backports.ssl_match_hostname')
cd tornado-py2
python2 setup.py install --root="${pkgdir}" --optimize=1
diff --git a/community/snapper/PKGBUILD b/community/snapper/PKGBUILD
index 21089c7c9..656441fa7 100644
--- a/community/snapper/PKGBUILD
+++ b/community/snapper/PKGBUILD
@@ -3,16 +3,20 @@
pkgname=snapper
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
arch=('i686' 'x86_64')
url="http://snapper.io"
license=('GPL2')
depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
optdepends=('pam: pam_snapper')
backup=('etc/conf.d/snapper')
-source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2")
+source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2"
+ cleanup.timer
+ cleanup.service
+ timeline.timer
+ timeline.service)
prepare() {
cd "$srcdir/$pkgname-$pkgver"
@@ -62,9 +66,18 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 data/sysconfig.snapper "$pkgdir"/etc/conf.d/snapper
+ install -Dm755 client/.libs/systemd-helper "$pkgdir"/usr/lib/snapper/systemd-helper
rm -f "$pkgdir"/etc/snapper/zypp-plugin.conf
rm -f "$pkgdir"/usr/share/man/man*/snapper-zypp-plugin.*.gz
+
+ for unit in {cleanup,timeline}.{timer,service}; do
+ install -Dm644 "$srcdir"/$unit "$pkgdir"/usr/lib/systemd/system/snapper-$unit
+ done
}
-sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a')
+sha256sums=('6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a'
+ '7c0a695b4d70b3d6aa25789b478ceca86ac3dab6f678045df4907b2c020341f9'
+ 'd2f2571e92ffe612529d69a96bd725b4bd040fc36043d98dc1e09b6efcb65894'
+ 'b62f61261e45587a38bcbe6468b8932259740984151db1636d299ddafbe3f7a9'
+ 'fb01465a6ba7c202c5b1aecb92b99bfcbcd7cdceb0448d84224a108481805bd5')
diff --git a/community/snapper/cleanup.service b/community/snapper/cleanup.service
new file mode 100644
index 000000000..974a8532a
--- /dev/null
+++ b/community/snapper/cleanup.service
@@ -0,0 +1,9 @@
+
+[Unit]
+Description=Daily Cleanup of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Service]
+Type=simple
+ExecStart=/usr/lib/snapper/systemd-helper --cleanup
+
diff --git a/community/snapper/cleanup.timer b/community/snapper/cleanup.timer
new file mode 100644
index 000000000..acf80068e
--- /dev/null
+++ b/community/snapper/cleanup.timer
@@ -0,0 +1,12 @@
+
+[Unit]
+Description=Daily Cleanup of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Timer]
+OnBootSec=10m
+OnUnitActiveSec=1d
+
+[Install]
+WantedBy=basic.target
+
diff --git a/community/snapper/timeline.service b/community/snapper/timeline.service
new file mode 100644
index 000000000..565810f7b
--- /dev/null
+++ b/community/snapper/timeline.service
@@ -0,0 +1,9 @@
+
+[Unit]
+Description=Timeline of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Service]
+Type=simple
+ExecStart=/usr/lib/snapper/systemd-helper --timeline
+
diff --git a/community/snapper/timeline.timer b/community/snapper/timeline.timer
new file mode 100644
index 000000000..6d64fd602
--- /dev/null
+++ b/community/snapper/timeline.timer
@@ -0,0 +1,12 @@
+
+[Unit]
+Description=Timeline of Snapper Snapshots
+Documentation=man:snapper(8) man:snapper-configs(5)
+
+[Timer]
+OnCalendar=hourly
+Persistent=true
+
+[Install]
+WantedBy=basic.target
+
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD
index 61c4a7a4a..7aab8e795 100644
--- a/community/subtle/PKGBUILD
+++ b/community/subtle/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 115797 2014-07-16 23:28:39Z anatolik $
+# $Id: PKGBUILD 116071 2014-07-21 17:07:55Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -12,7 +12,7 @@ pkgname=subtle
_hg_revision=3243
_hg_hash=43d1d0478c46
pkgver=0.11.r$_hg_revision
-pkgrel=2
+pkgrel=3
pkgdesc='Grid-based manual tiling window manager'
arch=(x86_64 i686)
url='http://subtle.subforge.org/'
@@ -49,5 +49,5 @@ package() {
rake config destdir="$pkgdir"
rake install
- install -D -m644 data/subtle.desktop "$pkgdir"/usr/share/applications/subtle.desktop
+ install -D -m644 data/subtle.desktop "$pkgdir"/usr/share/xsessions/subtle.desktop
}
diff --git a/community/uqm/PKGBUILD b/community/uqm/PKGBUILD
index 5baacac5e..5df78a3cc 100644
--- a/community/uqm/PKGBUILD
+++ b/community/uqm/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79596 2012-11-08 15:28:33Z heftig $
+# $Id: PKGBUILD 116042 2014-07-21 08:01:23Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Maintainer : Daenyth <Daenyth+Arch _AT_ gmail _DOT_ com>
# Contributor : wizzomafizzo <wizzomafizzo@gmail.com>
@@ -7,7 +7,7 @@
pkgname=uqm
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="The Ur-Quan Masters, a port of Star Control 2"
arch=('i686' 'x86_64')
url="http://sc2.sf.net/"