summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-23 02:07:26 -0700
committerroot <root@rshg054.dnsready.net>2013-08-23 02:07:26 -0700
commitdbffe56f58d40a9a456baeba5d488c9f968a352a (patch)
tree51466c315db82c0ce708d9aacda5a4c5bfd21ced /community
parente9509842445d4a99493d1b643ffdafdca62263ae (diff)
Fri Aug 23 02:06:53 PDT 2013
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/lightdm/PKGBUILD23
-rw-r--r--community/perl-xml-libxml/PKGBUILD12
-rw-r--r--community/postgis/PKGBUILD24
-rw-r--r--community/postgis/postgis.changelog4
-rw-r--r--community/qstardict/PKGBUILD34
-rwxr-xr-xcommunity/rbutil/PKGBUILD33
-rw-r--r--community/redis/PKGBUILD10
-rw-r--r--community/tilda/PKGBUILD31
-rwxr-xr-xcommunity/tilda/tab-count-fix.patch11
-rw-r--r--community/tilda/tilda.changelog28
10 files changed, 128 insertions, 82 deletions
diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD
index e86a8fccd..d9d9fcb36 100755
--- a/community/lightdm/PKGBUILD
+++ b/community/lightdm/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 92709 2013-06-13 08:52:31Z alucryd $
+# $Id: PKGBUILD 96242 2013-08-22 13:15:04Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Morfeo <morfeo89@hotmail.it>
pkgbase=lightdm
pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
pkgver=1.6.0
-pkgrel=5
+pkgrel=6
epoch=1
pkgdesc="A lightweight display manager"
arch=('i686' 'x86_64')
url="https://launchpad.net/lightdm"
license=('GPL3' 'LGPL3')
-groups=('lightdm')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 'libxklavier' 'qt4' 'qt5-base' 'yelp-tools')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 'libxklavier' 'polkit' 'qt4' 'qt5-base' 'yelp-tools')
options=('!emptydirs' '!libtool')
source=("https://launchpad.net/lightdm/1.6/${pkgver}/+download/${pkgbase}-${pkgver}.tar.xz"
'lightdm.service'
@@ -36,7 +35,7 @@ sha256sums=('882ece568df0d81c0b6e399ff00b3f89eee6d50efc09ad1c52c61d8753efb419'
'7fb85a1b54406032a922e8fd6f45d869fcfe5681df630e74e8e50c040b786ee4')
prepare() {
- cd "${srcdir}"/${pkgbase}-${pkgver}
+ cd ${pkgbase}-${pkgver}
patch -Np1 -i ../lightdm-default-config.patch
patch -Np1 -i ../lightdm-lock-screen-before-switch.patch
@@ -45,14 +44,14 @@ prepare() {
}
build() {
- cd "${srcdir}"/${pkgbase}-${pkgver}
+ cd ${pkgbase}-${pkgver}
- ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/${pkgbase} --with-greeter-user=lightdm --with-greeter-session=lightdm-gtk-greeter --disable-{static,tests}
+ ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' --localstatedir='/var' --libexecdir="/usr/lib/${pkgbase}" --with-greeter-user='lightdm' --with-greeter-session='lightdm-gtk-greeter' --disable-{static,tests}
make
}
package_lightdm() {
-depends=('libxklavier' 'systemd')
+depends=('libxklavier' 'polkit' 'systemd')
optdepends=('xorg-server-xephyr: LightDM test mode'
'accountsservice: limit visible accounts')
backup=('etc/apparmor.d/lightdm-guest-session'
@@ -61,7 +60,7 @@ backup=('etc/apparmor.d/lightdm-guest-session'
'etc/lightdm/users.conf')
install=${pkgbase}.install
- cd "${srcdir}"/${pkgbase}-${pkgver}
+ cd ${pkgbase}-${pkgver}
make DESTDIR="${pkgdir}" install
make DESTDIR="${pkgdir}" -C liblightdm-qt uninstall
@@ -81,7 +80,7 @@ install=${pkgbase}.install
install -m 644 ../lightdm-autologin.pam "${pkgdir}"/etc/pam.d/lightdm-autologin
# PolicyKit
- install -dm 700 "${pkgdir}"/usr/share/polkit-1/rules.d
+ install -dm 700 -o polkitd "${pkgdir}"/usr/share/polkit-1/rules.d
install -m 644 ../lightdm.rules "${pkgdir}"/usr/share/polkit-1/rules.d/lightdm.rules
# Systemd
@@ -94,7 +93,7 @@ package_liblightdm-qt4() {
pkgdesc=('LightDM Qt client library')
depends=('lightdm' 'qt4')
- cd "${srcdir}"/${pkgbase}-${pkgver}
+ cd ${pkgbase}-${pkgver}
make DESTDIR="${pkgdir}" -C liblightdm-gobject install
make DESTDIR="${pkgdir}" -C liblightdm-qt install
@@ -108,7 +107,7 @@ package_liblightdm-qt5() {
pkgdesc=('LightDM Qt client library')
depends=('lightdm' 'qt5-base')
- cd "${srcdir}"/${pkgbase}-${pkgver}
+ cd ${pkgbase}-${pkgver}
make DESTDIR="${pkgdir}" -C liblightdm-gobject install
make DESTDIR="${pkgdir}" -C liblightdm-qt install
diff --git a/community/perl-xml-libxml/PKGBUILD b/community/perl-xml-libxml/PKGBUILD
index aed8b510f..a4fa8d923 100644
--- a/community/perl-xml-libxml/PKGBUILD
+++ b/community/perl-xml-libxml/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 95837 2013-08-17 14:25:58Z jsteel $
+# $Id: PKGBUILD 96253 2013-08-22 17:25:25Z jsteel $
# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
# Contributor: Justin "juster" Davis <jrcd83@gmail.com>
# Contributor: François Charette <francois.archlinux.org>
pkgname=perl-xml-libxml
-pkgver=2.0101
+pkgver=2.0103
pkgrel=1
pkgdesc="Interface to the libxml library"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/XML-LibXML"
license=('GPL')
-depends=('libxml2' 'perl-xml-sax>=0.11' 'perl-xml-namespacesupport>=1.07')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
provides=('perl-libxml' 'perl-xml-libxml-common')
replaces=('perl-libxml' 'perl-xml-libxml-common')
conflicts=('perl-libxml' 'perl-xml-libxml-common')
options=('!emptydirs')
-install=perl-xml-libxml.install
+install=$pkgname.install
source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('5f60ca19b651628eb80341da99a56598')
+md5sums=('77184192598ea59389b76dfea2a23b7c')
build() {
cd XML-LibXML-$pkgver
@@ -32,5 +32,5 @@ check() {
package() {
cd XML-LibXML-$pkgver
- make pure_install doc_install DESTDIR="$pkgdir"
+ make pure_install doc_install DESTDIR="$pkgdir"/
}
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD
index 192425090..823dc920b 100644
--- a/community/postgis/PKGBUILD
+++ b/community/postgis/PKGBUILD
@@ -1,36 +1,32 @@
-# $Id: PKGBUILD 92821 2013-06-15 13:40:37Z jlichtblau $
+# $Id: PKGBUILD 96248 2013-08-22 17:02:31Z alucryd $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=postgis
-pkgver=2.0.3
+pkgver=2.1.0
pkgrel=1
pkgdesc="Adds support for geographic objects to PostgreSQL"
arch=('i686' 'x86_64')
url="http://postgis.net/"
license=('GPL')
-depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2')
+depends=('postgresql' 'gdal' 'json-c')
changelog=$pkgname.changelog
options=('!libtool')
source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7f865a6fdf19afed7d2f3e7178cd504f7254a9e96f2ce6a07d0ea19edc1668a0')
+sha256sums=('fc00481aec904661f3eb11da4305b1666f2040c28b0651de7eac6c22f217b26c')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
- make
+ cd ${pkgname}-${pkgver}
- # Build utils (FS#25836)
- cd utils
+ ./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd ${pkgname}-${pkgver}
- cd utils
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
+
+# vim: ts=2 sw=2 et:
diff --git a/community/postgis/postgis.changelog b/community/postgis/postgis.changelog
index 1e53db33a..ce4c3b267 100644
--- a/community/postgis/postgis.changelog
+++ b/community/postgis/postgis.changelog
@@ -1,3 +1,7 @@
+2013-08-22 Maxime Gauduin <alucryd@gmail.com>
+ * postgis-2.1.0-1
+ * Fixes FS#35816
+
2013-06-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* postgis-2.0.3-1
diff --git a/community/qstardict/PKGBUILD b/community/qstardict/PKGBUILD
index c395cd17a..79fce59b2 100644
--- a/community/qstardict/PKGBUILD
+++ b/community/qstardict/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 85395 2013-03-01 10:38:40Z andrea $
+# $Id: PKGBUILD 96239 2013-08-22 12:10:16Z jelle $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
-pkgname=qstardict
+#pkgbase=qstardict
+pkgname=('qstardict' 'kdeplasma-applets-qstardict')
pkgver=1.0.1
-pkgrel=2
-pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+pkgrel=3
+depends=('qt4')
+makedepends=('cmake' 'automoc4' 'kdelibs')
arch=('i686' 'x86_64')
url="http://qstardict.ylsoftware.com/index.php"
license=('GPL2')
-depends=('qt4')
-provides=('stardict')
changelog=$pkgname.changelog
source=(http://qstardict.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
sha256sums=('b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f')
@@ -19,12 +19,30 @@ build() {
cd "${srcdir}/$pkgname-$pkgver"
sed -i -e 's|glib/gmem.h|glib.h|' -e 's|glib/gstrfuncs.h|glib.h|' plugins/stardict/stardict.cpp
- qmake ENABLED_PLUGINS="stardict web swac"
+ qmake-qt4 ENABLED_PLUGINS="stardict web swac"
+ make
+
+
+ cd "${srcdir}/$pkgname-$pkgver/kdeplasma"
+ mkdir build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
}
-package() {
+package_qstardict() {
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+provides=('stardict')
cd "${srcdir}/$pkgname-$pkgver"
make INSTALL_ROOT="${pkgdir}" install
}
+
+package_kdeplasma-applets-qstardict(){
+pkgdesc="Qt4 clone of StarDict with full support of StarDict dictionaries"
+depends=('kdelibs' 'qt4' 'qstardict')
+ cd "${srcdir}/qstardict-$pkgver/kdeplasma/build"
+
+ make DESTDIR=${pkgdir} install
+}
+
diff --git a/community/rbutil/PKGBUILD b/community/rbutil/PKGBUILD
index 8bccc4a23..a3a793537 100755
--- a/community/rbutil/PKGBUILD
+++ b/community/rbutil/PKGBUILD
@@ -1,41 +1,40 @@
-# $Id: PKGBUILD 85455 2013-03-01 19:10:50Z andrea $
+# $Id: PKGBUILD 96229 2013-08-22 00:02:57Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: said <atvordhosbn@gmail.com>
# Contributor: clinx <clinx.hacker@googlemail.com>
pkgname=rbutil
pkgver=1.3.1
-pkgrel=3
+pkgrel=4
pkgdesc="Rockbox Utility"
arch=('i686' 'x86_64')
url="http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility"
license=("GPL")
-depends=('qt4' 'libusb')
+depends=('qt4' 'libusbx')
+makedepends=('gendesk')
optdepends=('speex: voice files support')
-source=("http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2" "${pkgname}.desktop")
-sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca'
- '539285237af16fbc60a7501963e8c2f584e58a31f2613481e6b42d21337b7a25')
+source=("http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2")
+sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca')
+
+prepare() {
+ gendesk -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" --name="Rockbox Utility" --exec="RockboxUtility" --categories="Application;Utility;" --comment="Rockbox automated installer"
+}
build() {
- cd "${srcdir}"/RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+ cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-# Build
lrelease-qt4 rbutilqt.pro
qmake-qt4
make
}
package(){
- cd "${srcdir}"/RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-# Install
- install -dm 755 "${pkgdir}"/usr/{bin,share/pixmaps}
- install -m 644 icons/rockbox-64.png "${pkgdir}"/usr/share/pixmaps/rbutil.png
- install -m 755 RockboxUtility "${pkgdir}"/usr/bin/rbutil
+ cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-# Desktop file
- install -dm 755 "${pkgdir}"/usr/share/applications
- install -m 644 "${srcdir}"/rbutil.desktop "${pkgdir}"/usr/share/applications/rbutil.desktop
+ install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps}}
+ install -m 755 {,"${pkgdir}"/usr/bin/}RockboxUtility
+ install -m 644 icons/rockbox-256.png "${pkgdir}"/usr/share/pixmaps/rbutil.png
+ install -m 644 {"${srcdir}","${pkgdir}"/usr/share/applications}/rbutil.desktop
}
#vim: ts=2 sw=2 et:
diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD
index 34b769bce..a529996b7 100644
--- a/community/redis/PKGBUILD
+++ b/community/redis/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 95069 2013-08-05 10:49:57Z spupykin $
+# $Id: PKGBUILD 96235 2013-08-22 08:59:22Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
# Contributor: nofxx <x@<nick>.com>
pkgname=redis
-pkgver=2.6.14
-pkgrel=2
+pkgver=2.6.15
+pkgrel=1
pkgdesc="Advanced key-value store"
arch=('i686' 'x86_64')
url="http://redis.io/"
@@ -15,11 +15,11 @@ makedepends=('gcc>=3.1' 'make' 'pkgconfig')
backup=("etc/redis.conf"
"etc/logrotate.d/redis")
install=redis.install
-source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
+source=("http://download.redis.io/releases/redis-$pkgver.tar.gz"
"redis.service"
"redis.logrotate"
"redis.tmpfiles.d")
-md5sums=('02e0c06e953413017ff64862953e2756'
+md5sums=('cff9cce74f29f70694ec21b1c4f134a6'
'5320aa6d0f31aadc1d6202ca40425aea'
'9e2d75b7a9dc421122d673fe520ef17f'
'dd9ab8022b4d963b2e5899170dfff490')
diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD
index 787e5f40d..a5b425ed8 100644
--- a/community/tilda/PKGBUILD
+++ b/community/tilda/PKGBUILD
@@ -1,21 +1,34 @@
-# $Id: PKGBUILD 95282 2013-08-08 19:28:31Z jlichtblau $
+# $Id: PKGBUILD 96249 2013-08-22 17:19:28Z alucryd $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=tilda
pkgver=1.1.7
-pkgrel=1
+pkgrel=3
pkgdesc="A Gtk based drop down terminal for Linux and Unix"
arch=('i686' 'x86_64')
url="https://github.com/lanoxx/tilda"
license=('GPL')
-depends=('vte3' 'confuse' 'gtk3')
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('ed96ae2cf0ceb2a5b2f4a62948c5c0d28d1d54f89ade5153b2e67515cf4dc5e7')
+depends=('vte3' 'confuse')
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz
+ start-hidden-fix.patch
+ tab-count-fix.patch)
+sha256sums=('ed96ae2cf0ceb2a5b2f4a62948c5c0d28d1d54f89ade5153b2e67515cf4dc5e7'
+ 'e6d6075bb923c2dcae57706fe0555c28f9094f5115f1a3c60b8f85b8ff267b96'
+ '5d80a76f904a2094cd7b156654ea6d1860c319fc6c18927f2fb342c0f477c110')
+
+prepare() {
+ cd $pkgname-$pkgname-$pkgver
+
+ patch -Np1 -i ../start-hidden-fix.patch
+ patch -Np1 -i ../tab-count-fix.patch
+ sed 's/Exec=.*/Exec=tilda/; s/Icon=.*/Icon=tilda/' -i tilda.desktop.in
+
+}
build() {
- cd $srcdir/$pkgname-$pkgname-$pkgver
+ cd $pkgname-$pkgname-$pkgver
./autogen.sh
./configure --prefix=/usr
@@ -23,7 +36,9 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgname-$pkgver
+ cd $pkgname-$pkgname-$pkgver
- make DESTDIR=${pkgdir} install
+ make DESTDIR="$pkgdir" install
}
+
+# vim: ts=2 sw=2 et:
diff --git a/community/tilda/tab-count-fix.patch b/community/tilda/tab-count-fix.patch
new file mode 100755
index 000000000..b0e1522a1
--- /dev/null
+++ b/community/tilda/tab-count-fix.patch
@@ -0,0 +1,11 @@
+--- a/src/tilda_window.c
++++ b/src/tilda_window.c
+@@ -378,7 +378,7 @@ static gboolean goto_tab_generic (tilda_window *tw, guint tab_number)
+
+ if (g_list_length (tw->terms) > (tab_number-1))
+ {
+- goto_tab (tw, g_list_length (tw->terms) - tab_number);
++ goto_tab (tw, tab_number - 1);
+ return TRUE;
+ }
+
diff --git a/community/tilda/tilda.changelog b/community/tilda/tilda.changelog
index f5a9e46d9..9885de98e 100644
--- a/community/tilda/tilda.changelog
+++ b/community/tilda/tilda.changelog
@@ -1,18 +1,22 @@
-2013-08-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * tilda 1.1.7-1
+2013-08-22 Maxime Gauduin <alucryd@gmail.com>
+ * tilda 1.1.7-3
+ * Fixes FS#36542, FS#36516 and FS#36543
-2012-06-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * FS#29754 fixed
+2013-08-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * tilda 1.1.7-1
-2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * FS#25762 fixed
+2012-06-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * FS#29754 fixed
-2008-04-29 Mateusz Herych <heniekk@gmail.com>
- * Updated for x86_64 - 0.9.6
+2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * FS#25762 fixed
-2008-04-28 Douglas Soares de Andrade <dsa@aur.archlinux.org>
- * Updated for i686 - 0.9.6
+2008-04-29 Mateusz Herych <heniekk@gmail.com>
+ * Updated for x86_64 - 0.9.6
-2007-12-30 Douglas Soares de Andrade <dsa@aur.archlinux.org>
- * Updated to newer version - 0.9.5
+2008-04-28 Douglas Soares de Andrade <dsa@aur.archlinux.org>
+ * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade <dsa@aur.archlinux.org>
+ * Updated to newer version - 0.9.5