summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-27 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-04-27 00:01:30 +0000
commit5233daa5825f00ccf0722ef9733ea6b3bbd44bc8 (patch)
tree9efe4d061ff3f921e97518a8bc84d504bc88e6fc /community
parent4a6f4c864badccdbf9756bc45218273796fa6d72 (diff)
Fri Apr 27 00:01:30 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/gpicview/PKGBUILD17
-rw-r--r--community/gpicview/gpicview.install11
-rw-r--r--community/kpartsplugin/PKGBUILD8
-rw-r--r--community/mupdf/PKGBUILD39
-rw-r--r--community/mupdf/mupdf.install1
-rw-r--r--community/vdrift/PKGBUILD12
-rw-r--r--community/widelands/PKGBUILD24
7 files changed, 55 insertions, 57 deletions
diff --git a/community/gpicview/PKGBUILD b/community/gpicview/PKGBUILD
index f09f60b3e..ef08560b4 100644
--- a/community/gpicview/PKGBUILD
+++ b/community/gpicview/PKGBUILD
@@ -1,19 +1,22 @@
-# $Id: PKGBUILD 52590 2011-07-26 09:08:13Z angvp $
-# Maintainer: Angel Velasquez <angvp@archlinux.org>
+# $Id: PKGBUILD 69882 2012-04-25 13:40:48Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
+
pkgname=gpicview
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
-pkgdesc="Picture viewer of the LXDE Desktop"
+pkgdesc="lightweight image viewer"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
-depends=('gtk2')
+depends=('gtk2' 'desktop-file-utils')
+install=$pkgname.install
makedepends=('pkgconfig' 'intltool')
optdepends=('librsvg: For SVG support')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('943da9f4a23541accd5acdd4fb69966f')
+source=(http://ftp.de.debian.org/debian/pool/main/g/$pkgname/${pkgname}_${pkgver}.orig.tar.xz)
+md5sums=('0f1275b5b0ca66e48963a7ccda8a5019')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/gpicview/gpicview.install b/community/gpicview/gpicview.install
new file mode 100644
index 000000000..bc3abcd40
--- /dev/null
+++ b/community/gpicview/gpicview.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/kpartsplugin/PKGBUILD b/community/kpartsplugin/PKGBUILD
index c0494e486..13f9135c8 100644
--- a/community/kpartsplugin/PKGBUILD
+++ b/community/kpartsplugin/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 60774 2011-12-17 17:24:00Z tredaelli $
+# $Id: PKGBUILD 69899 2012-04-25 21:22:15Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: birdflesh <antkoul at gmail dot com>
# Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
pkgname=kpartsplugin
-pkgver=20110823
-pkgrel=2
+pkgver=20120422
+pkgrel=1
pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers"
arch=('i686' 'x86_64')
url="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/"
@@ -12,7 +12,7 @@ license=('GPL3' 'BSD')
depends=('kdelibs')
makedepends=('automoc4' 'cmake')
source=("${url}${pkgname}-${pkgver}.tar.bz2" "LICENSE")
-md5sums=('d134198ff2f05ba414719920030ea71b'
+md5sums=('6f1126a5f9a84374b14d99086a935026'
'c4cc811349e40e9f34e77e27b902ad96')
build(){
diff --git a/community/mupdf/PKGBUILD b/community/mupdf/PKGBUILD
index 1817f38ac..1395fceae 100644
--- a/community/mupdf/PKGBUILD
+++ b/community/mupdf/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 67364 2012-03-10 11:47:55Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski
+# $Id: PKGBUILD 69884 2012-04-25 14:08:08Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Pierre-Paul Paquin <pierrepaulpaquin@gmail.com>
# Contributor: xduugu (.desktop and install files)
pkgname=mupdf
-pkgver=0.9
-pkgrel=2
+pkgver=1.0
+pkgrel=1
pkgdesc="lightweight PDF viewer and toolkit written in portable C"
arch=('i686' 'x86_64')
url="http://mupdf.com"
@@ -15,38 +15,25 @@ license=('GPL3')
depends=('freetype2' 'libjpeg' 'jbig2dec' 'openjpeg' 'libxext' 'desktop-file-utils')
install=mupdf.install
source=("http://mupdf.com/download/$pkgname-$pkgver-source.tar.gz")
-md5sums=('76640ee16a797a27fe49cc0eaa87ce3a')
+md5sums=('d986ab98e2b035b7abd61afc474562b3')
build() {
CFLAGS+=" -fPIC"
CXXFLAGS+=" -fPIC"
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir"/$pkgname-$pkgver-source
make build=release prefix="$pkgdir/usr"
}
package() {
- # Install
- cd "$srcdir/$pkgname-$pkgver"
- make build=release prefix="${pkgdir}/usr" install
+ cd "$srcdir"/$pkgname-$pkgver-source
+ make build=release prefix="$pkgdir/usr" install
- # Rename executables
- msg "Renaming executables"
- cd "${pkgdir}/usr/bin"
- for i in pdf*; do
- mv "$i" "$i-mupdf";
- done
+ sed -i 's/mupdf.xpm/mupdf/' debian/mupdf.desktop
+ sed -i 's/application\/x-pdf/application\/x-pdf/' debian/mupdf.desktop
- # Fix mupdf.desktop
- cd "$srcdir/$pkgname-$pkgver"
- sed -i "s/mupdf.xpm/mupdf/" debian/mupdf.desktop
- sed -i "s/application\/x-pdf/application\/x-pdf/" debian/mupdf.desktop
+ install -Dm644 debian/mupdf.desktop "$pkgdir"/usr/share/applications/mupdf.desktop
+ install -Dm644 debian/mupdf.xpm "$pkgdir"/usr/share/pixmaps/mupdf.xpm
- # Install other stuff
- cd "$srcdir/$pkgname-$pkgver/debian"
- install -Dm644 mupdf.desktop "$pkgdir/usr/share/applications/mupdf.desktop"
- install -Dm644 mupdf.xpm "$pkgdir/usr/share/pixmaps/mupdf.xpm"
-
- # Fix permissions
- chmod 644 $pkgdir/usr/lib/{libmuxps.a,libfitz.a,libmupdf.a}
+ chmod 644 "$pkgdir"/usr/lib/libfitz.a
}
diff --git a/community/mupdf/mupdf.install b/community/mupdf/mupdf.install
index 7f12704ae..b4632d36d 100644
--- a/community/mupdf/mupdf.install
+++ b/community/mupdf/mupdf.install
@@ -1,5 +1,4 @@
post_install() {
- [ -x /usr/bin/update-desktop-database ] || return 0
update-desktop-database -q
}
diff --git a/community/vdrift/PKGBUILD b/community/vdrift/PKGBUILD
index b9a6a2343..a85ea7973 100644
--- a/community/vdrift/PKGBUILD
+++ b/community/vdrift/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 64535 2012-02-15 23:50:18Z svenstaro $
+# $Id: PKGBUILD 69896 2012-04-25 19:15:46Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Lone_Wolf lonewolf@xs4all.nl
pkgname=vdrift
pkgver=2011.10.22
-pkgrel=4
-pkgdesc="An open source driving simulation made with drift racing in mind"
+pkgrel=6
+pkgdesc="Open source driving simulation made with drift racing in mind"
arch=('i686' 'x86_64')
url="http://vdrift.net/"
license=('GPL')
@@ -17,7 +17,9 @@ md5sums=('6f8806ab1be303e9e1e47522c9eee890')
install=vdrift.install
build() {
- cd "$srcdir"/$pkgname-${pkgver//./-}
+ cd "$srcdir"
+
+ cd $pkgname-${pkgver//./-}
# select arch
if [ `uname -m` = "x86_64" ]; then
@@ -56,6 +58,8 @@ package() {
"$pkgdir"/usr/share/icons/hicolor/32x32/apps/vdrift.png
install -Dm644 data/textures/icons/vdrift-64x64.png \
"$pkgdir"/usr/share/icons/hicolor/64x64/apps/vdrift.png
+ install -Dm644 data/textures/icons/vdrift-64x64.png \
+ "$pkgdir/usr/share/pixmaps/$pkgname.png"
rm -r $pkgdir/usr/share/vdrift
}
diff --git a/community/widelands/PKGBUILD b/community/widelands/PKGBUILD
index 80885f298..036da3f52 100644
--- a/community/widelands/PKGBUILD
+++ b/community/widelands/PKGBUILD
@@ -1,26 +1,23 @@
-# $Id: PKGBUILD 68367 2012-03-23 06:59:41Z svenstaro $
+# $Id: PKGBUILD 69897 2012-04-25 19:17:33Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Arkham <arkham at archlinux dot us>
# Contributor: Christoph Zeiler <rabyte*gmail>
pkgname=widelands
-pkgver=16
-_realver=build16
-pkgrel=6
+pkgver=17
+_realver=build17
+pkgrel=1
pkgdesc="A realtime strategy game with emphasis on economy and transport"
arch=('i686' 'x86_64')
url="http://widelands.org/"
license=('GPL')
-makedepends=('cmake' 'boost' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'ggz-client-libs' 'lua' 'glew' 'python2')
-source=(http://launchpad.net/$pkgname/build16/$_realver/+download/$pkgname-$_realver-src.tar.bz2
- widelands-0.16-libpng15.patch
- 6233_6232.diff
+depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'ggz-client-libs' 'lua' 'glew' 'python2' 'widelands-data')
+makedepends=('cmake' 'boost' 'ggz-client-libs')
+source=("https://launchpad.net/widelands/build17/build-17/+download/$pkgname-$_realver-src.tar.bz2"
$pkgname.desktop
$pkgname.png
$pkgname.sh)
-md5sums=('3d8c28e145b73c64d8ed1625319d25a2'
- 'e492620b071cbd1db04280173653a67c'
- '9f91bff91a6867cc3ecdea407007d781'
+md5sums=('bdc9bc0aa631af1aa7fb450507611a58'
'15820bf099fd6f16251fe70a75c534bb'
'3dfda7e9ca76ca00dd98d745d0ceb328'
'7cae50aba5ed0cd2cfeea79124637b46')
@@ -28,8 +25,7 @@ md5sums=('3d8c28e145b73c64d8ed1625319d25a2'
build() {
cd $srcdir/$pkgname-$_realver-src
- patch -Np0 < $srcdir/widelands-0.16-libpng15.patch
- patch -Np0 < $srcdir/6233_6232.diff
+ sed -i "1 i #include <unistd.h>" src/main.cc
mkdir -p build/compile && cd build/compile
@@ -42,8 +38,6 @@ build() {
}
package() {
- depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'ggz-client-libs' 'lua' 'glew' 'python2' 'widelands-data>=16')
-
cd $srcdir/$pkgname-$_realver-src/build/compile
make DESTDIR="$pkgdir" install