diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/fceux/PKGBUILD | 59 | ||||
-rw-r--r-- | community/gtksourceviewmm/PKGBUILD | 15 | ||||
-rw-r--r-- | community/springlobby/PKGBUILD | 16 | ||||
-rw-r--r-- | community/stardict/PKGBUILD | 85 | ||||
-rw-r--r-- | community/vor/PKGBUILD | 43 | ||||
-rw-r--r-- | community/vor/vor.png | bin | 0 -> 1336 bytes |
6 files changed, 143 insertions, 75 deletions
diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD index fcfe064ee..69db955b8 100644 --- a/community/fceux/PKGBUILD +++ b/community/fceux/PKGBUILD @@ -1,45 +1,48 @@ -# $Id: PKGBUILD 57567 2011-10-30 20:09:10Z arodseth $ +# $Id: PKGBUILD 82066 2013-01-07 08:30:37Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Eric Belanger <eric@archlinux.org> +# Contriutor: Eric Belanger <eric@archlinux.org> # Contributor: Jo Christian Bergskås <jcberg@gmail.com> + pkgname=fceux -pkgver=2.1.5 -pkgrel=3 +pkgver=2.2.0 +pkgrel=1 +url='http://www.fceux.com/' +pkgdesc='Fast and ultra-compatible NES/Famicom emulator' arch=('x86_64' 'i686') -url="http://fceux.com/" -pkgdesc="Fast and ultra-compatible NES/Famicom emulator" license=('GPL') -depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils') -makedepends=('scons' 'mesa' 'lua') +depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl') +makedepends=('scons' 'mesa' 'glu') optdepends=('xchm: for viewing the manual') -provides=('fceu' 'gfceux') -replaces=('fceu' 'gfceux') -install=fceux.install -source=("http://downloads.sourceforge.net/fceultra/$pkgname-$pkgver.src.tar.bz2" - "fceux.desktop" - "fceux.png") -md5sums=('e8b20e62bbbb061b1a59d51b47c827bd' - '3c6a259d88825ff1b9387d191a6c970e' - '3fe753731ac46b5fee528b1f73abd3e3') +install=$pkgname.install +source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz") +sha256sums=('31ad7b478d5c0911a67a4eaeae9de915d44fc95844148a135114e27d7fd1a694') build() { - cd "$srcdir/fceu${pkgver}" + cd "$srcdir/$pkgname" - sed -i "s|/usr/local|$pkgdir/usr|" SConstruct - scons OPENGL=0 install + msg2 'Compiling...' + scons --prefix="$pkgdir/usr" } package() { - cd "$srcdir/fceu${pkgver}" + cd "$srcdir/$pkgname" + + msg2 'Packaging binaries, data and man-pages...' + scons install --prefix="$pkgdir/usr" - install -Dm644 bin/$pkgname.chm \ + msg2 'Packaging documentation...' + install -Dm644 "src/drivers/win/help/$pkgname.chm" \ "$pkgdir/usr/share/doc/$pkgname/$pkgname.chm" - install -Dm644 $srcdir/fceux.desktop \ - "$pkgdir/usr/share/applications/fceux.desktop" - install -Dm644 $srcdir/fceux.png \ - "$pkgdir/usr/share/pixmaps/fceux.png" - install -Dm644 COPYING \ - "$pkgdir/usr/share/licenses/$pkgname/COPYING" + cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/" + # Removing manpages that are already placed in the right location + rm -f "$pkgdir/usr/share/doc/$pkgname/*.6" + install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/" + + msg2 'Packaging desktop shortcut and icon...' + install -Dm644 "$pkgname.desktop" \ + "$pkgdir/usr/share/applications/$pkgname.desktop" + install -Dm644 "$pkgname.png" \ + "$pkgdir/usr/share/pixmaps/$pkgname.png" } # vim:set ts=2 sw=2 et: diff --git a/community/gtksourceviewmm/PKGBUILD b/community/gtksourceviewmm/PKGBUILD index ad2c08025..208e12cbb 100644 --- a/community/gtksourceviewmm/PKGBUILD +++ b/community/gtksourceviewmm/PKGBUILD @@ -1,15 +1,16 @@ -#$Id: PKGBUILD 56144 2011-10-02 10:45:47Z ibiru $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> +#$Id: PKGBUILD 82071 2013-01-07 09:40:20Z arodseth $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> +# Contributor: Ionut Biru <ibiru@archlinux.org> pkgname=gtksourceviewmm pkgver=3.2.0 -pkgrel=1 -pkgdesc="provides C++ bindings for gtksourceview library" -arch=(i686 x86_64) -url="http://gnome.org" +pkgrel=2 +pkgdesc='C++ bindings for the gtksourceview library' +arch=('x86_64' 'i686') +url='http://projects.gnome.org/gtksourceviewmm/' license=('LGPL2.1') depends=('gtkmm3' 'gtksourceview3') -options=(!libtool) +options=('!libtool') source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz") sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66') diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index 026aee2ae..f55fb0cff 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 81745 2012-12-28 07:48:09Z svenstaro $ +# $Id: PKGBUILD 82075 2013-01-07 10:25:13Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby -pkgver=0.157 +pkgver=0.159 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64') @@ -14,16 +14,11 @@ optdepends=('sdl' 'sdl_sound' 'sdl_mixer') makedepends=('boost' 'asio' 'cmake') install=springlobby.install source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2) -md5sums=('2771aeee0eaff69218d5abc0e9cc18de') +md5sums=('9a8e89c32dd49a51332e446e47dc1be1') build() { cd $srcdir/${pkgname}-$pkgver - # We always use multithreaded boost libs in Arch with no special prefix but lesser - # distros have that prefix so this check fails. - sed -i 's/ .*-mt//g' $srcdir/$pkgname-$pkgver/src/lsl/src/lsl/CMakeLists.txt - sed -i 's/ .*-mt//g' $srcdir/$pkgname-$pkgver/src/lsl/src/lslutils/CMakeLists.txt - cmake . \ -DCMAKE_INSTALL_PREFIX=/usr make @@ -33,11 +28,6 @@ package() { cd $srcdir/${pkgname}-$pkgver make DESTDIR=$pkgdir install - - # these conflict with files in the spring package - rm $pkgdir/usr/include/spring/Downloader/pr-downloader.h - rm $pkgdir/usr/lib/libpr-downloader_static.a - rm $pkgdir/usr/lib/pkgconfig/libspringdownloader.pc } # vim: sw=2:ts=2 et: diff --git a/community/stardict/PKGBUILD b/community/stardict/PKGBUILD index 81843a581..542675e54 100644 --- a/community/stardict/PKGBUILD +++ b/community/stardict/PKGBUILD @@ -1,48 +1,79 @@ -# $Id: PKGBUILD 81945 2013-01-04 02:28:55Z fyan $ +# $Id: PKGBUILD 82064 2013-01-07 06:51:59Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Gaetan Bisson <bisson@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: Neil Lin <neil@vip.url.com.tw> +# Contributor: Cravix < dr dot neemous at gmail dot com > -pkgname=stardict +pkgbase=stardict +pkgname=(stardict stardict-lite) pkgver=3.0.4 -pkgrel=1 -pkgdesc='International dictionary software' +pkgrel=2 arch=('i686' 'x86_64') url='http://www.stardict.org/' license=('GPL') -depends=('enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome') -makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 'libmysqlclient') +makedepends=('intltool' 'popt' 'gnome-doc-utils' 'gnome-common' 'libmysqlclient' 'enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome') options=('!libtool' '!emptydirs') -source=("http://stardict-3.googlecode.com/files/stardict-${pkgver}.tar.bz2" +source=("http://stardict-3.googlecode.com/files/${pkgbase}-${pkgver}.tar.bz2" 'gcc46.patch' 'glib2.patch' 'zlib.patch') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 -i ../gcc46.patch - patch -p1 -i ../glib2.patch - patch -p1 -i ../zlib.patch - - ./configure \ - PKG_CONFIG=/usr/bin/pkg-config \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --disable-schemas-install \ - --disable-gucharmap \ - --disable-festival \ - --disable-updateinfo \ - - make + cd "${srcdir}/${pkgbase}-${pkgver}" + + patch -p1 -i ../gcc46.patch + patch -p1 -i ../glib2.patch + patch -p1 -i ../zlib.patch + + cp -r "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgbase}-${pkgver}-lite" + + cd "${srcdir}/${pkgbase}-${pkgver}" + ./configure \ + PKG_CONFIG=/usr/bin/pkg-config \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --disable-schemas-install \ + --disable-gucharmap \ + --disable-festival \ + --disable-updateinfo + make + + cd "${srcdir}/${pkgbase}-${pkgver}-lite" + LDFLAGS="$LDFLAGS -lgmodule-2.0" + ./configure \ + PKG_CONFIG=/usr/bin/pkg-config \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --disable-gnome-support \ + --disable-schemas-install \ + --disable-espeak \ + --disable-gucharmap \ + --disable-festival \ + --disable-updateinfo + make } -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install +package_stardict() { + pkgdesc='International dictionary software' + depends=('enchant' 'gtk2' 'libsigc++' 'libsm' 'espeak' 'libgnome') + + cd "${srcdir}/${pkgbase}-${pkgver}" + make DESTDIR="${pkgdir}" install } + +package_stardict-lite() { + pkgdesc='International dictionary software - lite version without gnome and espeak support' + depends=('enchant' 'gtk2' 'libsigc++' 'libsm') + provides=(stardict) + conflicts=(stardict) + + cd "${srcdir}/${pkgbase}-${pkgver}-lite" + make DESTDIR="${pkgdir}" install +} + md5sums=('0a9abf1936c43a3ee255802c75267f1a' '52ff47441c503de07add4b7688510bc5' 'b2f216897c9053c7e4666c3d78705cf1' diff --git a/community/vor/PKGBUILD b/community/vor/PKGBUILD new file mode 100644 index 000000000..f14b16d91 --- /dev/null +++ b/community/vor/PKGBUILD @@ -0,0 +1,43 @@ +# $Id: PKGBUILD 82073 2013-01-07 10:20:03Z 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=1 +pkgdesc='Classic spaceship versus asteroid field arcade game' +arch=('i686' 'x86_64') +url="http://jasonwoof.org/vor?" +license=('GPL') +depends=('sdl_image' 'sdl_mixer') +makedepends=('gendesk') +optdepends=('netpbm: for customizing game graphics' + 'povray: for customizing game graphics') +options=('!emptydirs') +source=("http://qualdan.com/$pkgname/$pkgname-$pkgver.tar.bz2" + "$pkgname.png") +sha256sums=('ead1b9786741e26d37ff7c5185b7fe1e91f90f76ebed3785225312e323b7c7da' + '07a805928f5cf2b3351e2b9ff820ea69352ad80faad43311889ffbd5f62da872') +_exec=('vor -f') + +build() { + cd "$srcdir" + gendesk + + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make LDFLAGS=-lm +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p "$pkgdir/usr/bin" + make prefix=/usr DESTDIR="$pkgdir" install + install -Dm644 "../$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png" + install -Dm644 "../$pkgname.desktop" \ + "$pkgdir/usr/share/applications/$pkgname.desktop" +} + +# vim:set ts=2 sw=2 et: diff --git a/community/vor/vor.png b/community/vor/vor.png Binary files differnew file mode 100644 index 000000000..0fbfc72d3 --- /dev/null +++ b/community/vor/vor.png |