summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-24 03:23:35 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-24 03:23:35 +0000
commitf28fb29dd903558bdb2765f573eaf149897e7d1c (patch)
tree4d8f3e982dc298681adb478e83b0bef70bf436c6 /community
parentb8646c38f9f0f867b019d1be98cb6ddd506e0efd (diff)
Mon Mar 24 03:19:40 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/doublecmd/PKGBUILD36
-rw-r--r--community/gendesk/PKGBUILD6
-rw-r--r--community/haskell-regex-base/PKGBUILD4
-rw-r--r--community/intellij-idea-libs/PKGBUILD8
-rw-r--r--community/keybinder2/PKGBUILD27
-rw-r--r--community/libnfs/PKGBUILD6
-rw-r--r--community/tipp10/PKGBUILD19
-rw-r--r--community/vor/PKGBUILD9
8 files changed, 59 insertions, 56 deletions
diff --git a/community/doublecmd/PKGBUILD b/community/doublecmd/PKGBUILD
index 0e3ced5cc..0aeb839c0 100644
--- a/community/doublecmd/PKGBUILD
+++ b/community/doublecmd/PKGBUILD
@@ -1,11 +1,11 @@
# vim:set ft=sh:
-# $Id: PKGBUILD 103165 2013-12-28 11:02:28Z idevolder $
+# $Id: PKGBUILD 108143 2014-03-23 19:45:43Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: (sirocco AT ngs.ru)
pkgbase=doublecmd
pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.8
+pkgver=0.5.9
_helpver=0.5.5
pkgrel=1
url="http://doublecmd.sourceforge.net/"
@@ -22,26 +22,29 @@ optdepends=(
source=(
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz"
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz"
+ "http://www.herecura.be/files/lazarus-20140321-2.tar.gz"
)
build() {
cp -a $pkgbase-$pkgver $pkgbase-gtk
cp -a $pkgbase-$pkgver $pkgbase-qt
- cd "$srcdir/$pkgbase-gtk"
- if [ "$CARCH" = "i686" ]; then
- sed -e '/fPIC/d' -i "$srcdir/$pkgbase-gtk/components/doublecmd/doublecmd_common.lpk"
- fi
- sed -e 's/\(export\ lazbuild=\).*/\1"$(which\ lazbuild) --lazarusdir=\/usr\/lib\/lazarus"/' -i build.sh
+ msg2 'build gtk'
+ gtkdir="$srcdir/$pkgbase-gtk"
+ cd "$gtkdir"
+ bsdtar -zxf "$srcdir/lazarus-20140321-2.tar.gz"
+ sed -e "s/\\(export\\ lazbuild=\\).*/\\1\"\$(which lazbuild) --primary-config-path=${gtkdir//\//\\\/}\/lazarus\/lazarus-$CARCH\"/" -i build.sh
+ sed -e "s/%%SRCDIR%%/${gtkdir//\//\\\/}/g" -i lazarus/packagefiles.xml
./build.sh beta gtk2
- cd "$srcdir/$pkgbase-qt"
- # dont use fPIC on i686
- if [ "$CARCH" = "i686" ]; then
- sed -e '/fPIC/d' -i "$srcdir/$pkgbase-qt/components/doublecmd/doublecmd_common.lpk"
- fi
- sed -e 's/\(export\ lazbuild=\).*/\1"$(which\ lazbuild) --lazarusdir=\/usr\/lib\/lazarus"/' -i build.sh
+ msg2 'build qt'
+ qtdir="$srcdir/$pkgbase-qt"
+ cd "$qtdir"
+ bsdtar -zxf "$srcdir/lazarus-20140321-2.tar.gz"
+ sed -e "s/\\(export\\ lazbuild=\\).*/\\1\"\$(which lazbuild) --primary-config-path=${qtdir//\//\\\/}\/lazarus\/lazarus-$CARCH\"/" -i build.sh
+ sed -e "s/%%SRCDIR%%/${qtdir//\//\\\/}/g" -i lazarus/packagefiles.xml
./build.sh beta qt
+
}
package_doublecmd-gtk2() {
@@ -49,7 +52,6 @@ package_doublecmd-gtk2() {
depends=('gtk2')
conflicts=('doublecmd-qt')
cd "$srcdir/$pkgbase-gtk"
- sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
./install/linux/install.sh --install-prefix="$pkgdir"
# install doc
@@ -62,7 +64,6 @@ package_doublecmd-qt() {
depends=('qt4pas')
conflicts=('doublecmd-gtk2')
cd "$srcdir/$pkgbase-qt"
- sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
./install/linux/install.sh --install-prefix="$pkgdir"
# install doc
@@ -70,5 +71,6 @@ package_doublecmd-qt() {
cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
}
-sha256sums=('bfa85693b6cc06b7fd28ec8bd443ad9fb9d79d27a541e4f4d54bb9da2fb052ea'
- '5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf')
+sha256sums=('d5b3c93b3029f4b0a45b7c9912d34f753445e031c93bc0268d4cb4c313d06ba4'
+ '5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf'
+ '16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')
diff --git a/community/gendesk/PKGBUILD b/community/gendesk/PKGBUILD
index f3168f4a4..3e43338c2 100644
--- a/community/gendesk/PKGBUILD
+++ b/community/gendesk/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 102201 2013-12-06 13:22:28Z arodseth $
+# $Id: PKGBUILD 108126 2014-03-23 13:40:11Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=gendesk
-pkgver=0.6
+pkgver=0.6.1
pkgrel=1
pkgdesc='Utility to generate .desktop files and download icons'
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ makedepends=('go')
depends=('glibc')
source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
'http://roboticoverlords.org/images/default.png')
-sha256sums=('ccfe024a2258beb81a82217598b432cb98006af5d7b6cc8e6012d263d82f1b5d'
+sha256sums=('d4d2bfb23ae1c401f3147ed20206e72015b338067ff40b86271106865774de55'
'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
build() {
diff --git a/community/haskell-regex-base/PKGBUILD b/community/haskell-regex-base/PKGBUILD
index 06c9793c9..70f31e2e2 100644
--- a/community/haskell-regex-base/PKGBUILD
+++ b/community/haskell-regex-base/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99318 2013-10-26 21:05:51Z jelle $
+# $Id: PKGBUILD 108122 2014-03-23 11:53:03Z arodseth $
# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org>
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
@@ -6,7 +6,7 @@
_hkgname=regex-base
pkgname=haskell-regex-base
pkgver=0.93.2
-pkgrel=15
+pkgrel=16
pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
license=('custom:BSD3')
diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD
index 1bde27e52..8c6750c5f 100644
--- a/community/intellij-idea-libs/PKGBUILD
+++ b/community/intellij-idea-libs/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 107728 2014-03-18 21:42:05Z stativ $
+# $Id: PKGBUILD 108116 2014-03-23 10:11:55Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=intellij-idea-libs
-pkgver=13.1
-_pkgver=135.475
+pkgver=13.1.1
+_pkgver=135.480
pkgrel=1
pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('glibc')
options=(!strip)
source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('b1ffe55b57afc2447b30e4bf82c3d277')
+md5sums=('a20ade9bc4addbc341af8dcc1a0830ce')
package() {
[ $CARCH == "x86_64" ] && SUFFIX=64
diff --git a/community/keybinder2/PKGBUILD b/community/keybinder2/PKGBUILD
index 8bfb560be..b117f0cb5 100644
--- a/community/keybinder2/PKGBUILD
+++ b/community/keybinder2/PKGBUILD
@@ -3,21 +3,20 @@ pkgname=('libkeybinder2' 'python2-keybinder2')
pkgbase=keybinder2
_offname=keybinder
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Library for registering global keyboard shortcuts'
arch=('i686' 'x86_64')
-url='http://kaizer.se/wiki/keybinder/'
+url='https://github.com/engla/keybinder'
license=('GPL')
-makedepends=('pygtk')
-source=(http://kaizer.se/publicfiles/${_offname}/${_offname}-${pkgver}.tar.gz)
-sha256sums=('42863ca0174d568a8c02c6fb243fee1681823825e8bcb1718c51611d8e9793bb')
+makedepends=('pygtk' 'gnome-common' 'gtk-doc')
+source=(https://github.com/engla/${_offname}/archive/master.zip)
+sha256sums=('30e46747a76b38395b669079edd0532d3ed8c818d13dd6cbd32da9ffc012919b')
build() {
- cd "${srcdir}/${_offname}-${pkgver}"
+ cd "${srcdir}/${_offname}-master"
export PYTHON=/usr/bin/python2
- ./configure \
- --prefix=/usr \
- --disable-lua
+ ./autogen.sh \
+ --prefix=/usr
make
}
@@ -25,9 +24,9 @@ package_libkeybinder2() {
pkgdesc='Library for registering global keyboard shortcuts'
depends=('gtk2')
- cd "${srcdir}/${_offname}-${pkgver}"
+ cd "${srcdir}/${_offname}-master"
make DESTDIR="${pkgdir}/" install
- rm -rf ${pkgdir}/usr/lib/python2.7
+ rm -rf "${pkgdir}/usr/lib/python2.7"
}
package_python2-keybinder2() {
@@ -35,8 +34,8 @@ package_python2-keybinder2() {
depends=('libkeybinder2' 'pygtk')
provides=('python-keybinder')
- cd "${srcdir}/${_offname}-${pkgver}"
+ cd "${srcdir}/${_offname}-master"
make DESTDIR="${pkgdir}/" install
- rm -rf ${pkgdir}/usr/lib/{girepository-1.0,libkeybinder*,pkgconfig}
- rm -rf ${pkgdir}/usr/{include,share}
+ rm -rf "${pkgdir}"/usr/lib/{girepository-1.0,libkeybinder*,pkgconfig}
+ rm -rf "${pkgdir}"/usr/{include,share}
}
diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD
index 0324d43e3..82487db06 100644
--- a/community/libnfs/PKGBUILD
+++ b/community/libnfs/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 105190 2014-02-02 16:31:36Z idevolder $
+# $Id: PKGBUILD 108142 2014-03-23 19:44:44Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
pkgname=libnfs
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=1
pkgdesc="client library for accessing NFS shares"
arch=('i686' 'x86_64')
@@ -23,4 +23,4 @@ package() {
cd "$pkgname-$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-sha256sums=('77d9d543eb1ae3e36497e5a3d4f37c8dd3d66def8d11817d4ed84368bbbb225b')
+sha256sums=('9d1c988065b373ea25e195aedff4c33ca949fee41c61bdb38a26908bb618315a')
diff --git a/community/tipp10/PKGBUILD b/community/tipp10/PKGBUILD
index 725ccb9e2..9d4233c2a 100644
--- a/community/tipp10/PKGBUILD
+++ b/community/tipp10/PKGBUILD
@@ -1,37 +1,36 @@
-# $Id: PKGBUILD 85418 2013-03-01 10:41:22Z andrea $
+# $Id: PKGBUILD 108120 2014-03-23 11:08:36Z bluewind $
# Maintainer: Florian Pritz <flo@xinu.at>
# Contributor: toliman <altergan@hs-albsig.de>
pkgname=tipp10
pkgver=2.1.0
-pkgrel=5
+pkgrel=6
pkgdesc="intelligent typing tutor"
arch=('i686' 'x86_64')
url="http://www.tipp10.com/"
license=('GPL2')
depends=('qt4')
-source=(defines.h.patch gcc-4.5.patch \
- "http://www.tipp10.com/de/download/tipp10_source_v"${pkgver//./-}".zip")
+source=(defines.h.patch
+ gcc-4.5.patch \
+ "http://www.tipp10.com/de/download/tipp10_source_v"${pkgver//./-}".zip")
md5sums=('73a987123ca842026b7bde5e89370b86'
'a9d388ddb17ae93f13acb915bc8eba57'
'38c1e1fc9c5ba183279efdd22b318b7a')
-_srcdir="$srcdir/tipp10_source_v${pkgver//./-}"
-
build() {
- cd "$_srcdir"
+ cd "$srcdir/tipp10_source_v${pkgver//./-}"
sed -i 's#tipp10v2.template#../share/tipp10/tipp10v2.template#' def/defines.h
patch -p0 < "$srcdir/defines.h.patch"
patch -p0 < "$srcdir/gcc-4.5.patch"
- qmake
+ qmake-qt4
make
}
package() {
- cd "$_srcdir"
+ cd "$srcdir/tipp10_source_v${pkgver//./-}"
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir" install
install -Dm755 tipp10 "$pkgdir/usr/bin/tipp10"
install -Dm644 release/tipp10v2.template "$pkgdir/usr/share/tipp10/tipp10v2.template"
diff --git a/community/vor/PKGBUILD b/community/vor/PKGBUILD
index 16f0651f0..bd9c09ae0 100644
--- a/community/vor/PKGBUILD
+++ b/community/vor/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 101359 2013-11-23 12:39:11Z arodseth $
+# $Id: PKGBUILD 108130 2014-03-23 13:52:23Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: tdy <tdy@gmx.com>
# Contributor: nut543 <kfs1@online.no>
pkgname=vor
pkgver=0.5.5
-pkgrel=2
+pkgrel=3
pkgdesc='Classic spaceship versus asteroid field arcade game'
arch=('x86_64' 'i686')
url='http://jasonwoof.org/vor'
@@ -20,8 +20,11 @@ source=("http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2"
sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da'
'07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872')
-build() {
+prepare() {
gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+}
+
+build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr
make LDFLAGS=-lm