summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-25 23:14:56 +0000
committerroot <root@rshg054.dnsready.net>2011-10-25 23:14:56 +0000
commitd03e905f54857600b3c36af9b221c34ccb11074f (patch)
tree6456a06bc5bed5a6083f02bb468392dc6ba6337e /community
parent0d7bab226067a44a9f1b978924e8201a3fa60764 (diff)
Tue Oct 25 23:14:56 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/clamz/PKGBUILD15
-rw-r--r--community/geany-plugins/PKGBUILD39
-rw-r--r--community/geany-plugins/geany-plugins.install13
-rw-r--r--community/giggle/PKGBUILD7
-rw-r--r--community/warzone2100/PKGBUILD12
5 files changed, 54 insertions, 32 deletions
diff --git a/community/clamz/PKGBUILD b/community/clamz/PKGBUILD
index 2d1e48a3c..ada02b3dc 100644
--- a/community/clamz/PKGBUILD
+++ b/community/clamz/PKGBUILD
@@ -1,20 +1,18 @@
-# $Id: PKGBUILD 57181 2011-10-23 15:35:20Z lfleischer $
+# $Id: PKGBUILD 57215 2011-10-24 18:32:20Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=clamz
-pkgver=0.4
-pkgrel=4
+pkgver=0.5
+pkgrel=1
pkgdesc="Command-line program to download MP3 files from Amazon.com's music store."
arch=('i686' 'x86_64')
url='http://code.google.com/p/clamz/'
license=('GPL3')
depends=('libgcrypt' 'curl' 'expat' 'shared-mime-info' 'desktop-file-utils')
install='clamz.install'
-source=("http://clamz.googlecode.com/files/clamz-${pkgver}.tar.gz"
- 'unencrypted-amz.patch')
-md5sums=('ab7661340ee27d206f36064cfbd5bfa4'
- '603ef334d297614edabbd1bf5bfe585d')
+source=("http://clamz.googlecode.com/files/clamz-${pkgver}.tar.gz")
+md5sums=('84543c9346b285bdc218879e241941a8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,9 +21,6 @@ build() {
sed -i 's|$(UPDATE_DESKTOP_DATABASE)\ $(DESTDIR)$(applications_dir)||' Makefile.in
sed -i 's|$(UPDATE_MIME_DATABASE)\ $(DESTDIR)$(mime_dir)||' Makefile.in
- # Fix download from Amazon Cloud Player (FS#26532, FS#26577).
- patch -Np1 -i "${srcdir}/unencrypted-amz.patch"
-
./configure --prefix=/usr/
make
}
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD
index 61c64ab43..37d5af3d2 100644
--- a/community/geany-plugins/PKGBUILD
+++ b/community/geany-plugins/PKGBUILD
@@ -1,24 +1,39 @@
-# $Id: PKGBUILD 37244 2011-01-12 15:09:23Z angvp $
-# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# $Id: PKGBUILD 57206 2011-10-24 12:59:03Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: djgera
# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
pkgname=geany-plugins
-pkgver=0.20
+pkgver=0.21
pkgrel=1
-pkgdesc="The combined plugins release for Geany"
-arch=('i686' 'x86_64')
-url="http://plugins.geany.org"
+pkgdesc="Combined plugins release for Geany"
+arch=('x86_64' 'i686')
+url="http://plugins.geany.org/"
license=('GPL')
-depends=('geany' 'lua' 'gtkspell' 'enchant' 'intltool')
-source=(http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2)
-md5sums=('94bc4901217641a07f840d92179643b0')
+depends=('geany' 'lua' 'gtkspell' 'libwebkit' 'hicolor-icon-theme' 'ctpl' 'gpgme')
+makedepends=('intltool')
+optdepends=('hspell: hebrew spell checker')
+conflicts=('geany-plugins-svn')
+install=geany-plugins.install
+source=("http://plugins.geany.org/geany-plugins/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('22e106d7a026e720dd91feb79e44456f')
build() {
- cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr --libexecdir=/usr/lib # Thx djgera
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --libexecdir=/usr/lib
make
}
package() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
make DESTDIR=${pkgdir} install
+ rmdir \
+ "${pkgdir}/usr/share/geany-plugins/devhelp" \
+ "${pkgdir}/usr/share/doc/geany-plugins/devhelp" \
+ "${pkgdir}/usr/share/geany-plugins/debugger" \
+ "${pkgdir}/usr/share/doc/geany-plugins/debugger"
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install
new file mode 100644
index 000000000..f26807673
--- /dev/null
+++ b/community/geany-plugins/geany-plugins.install
@@ -0,0 +1,13 @@
+post_upgrade() {
+ gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/giggle/PKGBUILD b/community/giggle/PKGBUILD
index a465dc4bf..fc69f80fb 100644
--- a/community/giggle/PKGBUILD
+++ b/community/giggle/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 57099 2011-10-21 08:11:19Z ibiru $
+# $Id: PKGBUILD 57210 2011-10-24 13:47:08Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: neodreams <yanbrodeur@gmail.com>
pkgname=giggle
-pkgver=0.6
+pkgver=0.6.1
pkgrel=1
pkgdesc="Git repository viewer"
arch=('i686' 'x86_64')
@@ -14,14 +14,13 @@ makedepends=('intltool' 'itstool')
source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz)
options=(!libtool)
install=giggle.install
-sha256sums=('bcb864b5d23b10cac6376574af2f9fa8e0dbd2edf2b3a771979ddb362ca21eb3')
+sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
--prefix=/usr
-
make
}
diff --git a/community/warzone2100/PKGBUILD b/community/warzone2100/PKGBUILD
index f16a5a1c4..334c92f3e 100644
--- a/community/warzone2100/PKGBUILD
+++ b/community/warzone2100/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 48138 2011-05-28 22:59:33Z lcarlier $
+# $Id: PKGBUILD 57212 2011-10-24 14:41:07Z lcarlier $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=warzone2100
-pkgver=2.3.8
+pkgver=2.3.9
pkgrel=1
pkgdesc="3D realtime strategy game on a future Earth"
url="http://wz2100.net/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('sdl_net' 'libgl' 'openal' 'libjpeg' 'libpng' 'libvorbis' 'libtheora' 'libmad' 'physfs' 'mesa' 'quesoglc' 'popt' 'ttf-dejavu')
-makedepends=('gawk' 'bison' 'flex' 'zip' 'unzip')
+depends=('sdl_net' 'libgl' 'openal' 'libjpeg' 'libpng' 'libvorbis' 'libtheora' 'libmad' 'physfs' 'quesoglc' 'popt' 'ttf-dejavu')
+makedepends=('gawk' 'bison' 'flex' 'zip' 'unzip' 'mesa')
source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('612306c1b6a9d38b632ea3168b824f5e')
+md5sums=('7185090a089c9c0e0eca7535a8f25dca')
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-distributor="Arch linux"
make
}