diff --git a/cegui-0.8/PKGBUILD b/cegui-0.8/PKGBUILD deleted file mode 100644 index 306b265aa..000000000 --- a/cegui-0.8/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -pkgname=cegui-0.8 -pkgver=0.8.7 -_ver=0-8-7 -pkgrel=2 -pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" -arch=('x86_64') -url="http://crayzedsgui.sourceforge.net" -license=("MIT") -depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua' 'silly' 'glfw2') -makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'boost' 'graphviz' 'irrlicht' 'mesa' 'mercurial' 'toluapp') -optdepends=("python2: python bindings" - "ogre: ogre module" - "gtk2: gtk2 module" - "irrlicht: irrlicht module") -provides=('cegui') -conflicts=('cegui') -replaces=('cegui') -source=("hg+https://bitbucket.org/cegui/cegui#tag=v$_ver" - "freetype.patch") -sha1sums=('SKIP' - '01c7098184036981ec97d42757341dbd2e4aab80') - -build() { - cd "$srcdir/cegui" - -# patch -Np1 < "$srcdir/freetype.patch" - sed -i "s/lib64/lib/g" CMakeLists.txt - - [[ -d build ]] && rm -r build - mkdir build && cd build - - cmake .. \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCEGUI_LIB_INSTALL_DIR=lib \ - -DCEGUI_BUILD_PYTHON_MODULES=OFF # currently broken :( - # -PYTHON_EXECUTABLE=/usr/bin/python2 - - make - make html -} - -package() { - cd "$srcdir/cegui"/build - - make DESTDIR="${pkgdir}" install - - install -Dm644 ../COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" -} diff --git a/cegui-0.8/freetype.patch b/cegui-0.8/freetype.patch deleted file mode 100644 index 6fdb9e30b..000000000 --- a/cegui-0.8/freetype.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -r 319182022f9f cmake/FindFreetype.cmake ---- a/cmake/FindFreetype.cmake Sat Dec 07 09:00:48 2013 +0000 -+++ b/cmake/FindFreetype.cmake Tue Dec 17 05:02:30 2013 +0100 -@@ -3,8 +3,8 @@ - ################################################################################ - include(FindPackageHandleStandardArgs) - --find_path(FREETYPE_H_PATH_ft2build NAMES ft2build.h) --find_path(FREETYPE_H_PATH_ftconfig NAMES freetype/config/ftconfig.h PATH_SUFFIXES freetype2) -+find_path(FREETYPE_H_PATH_ft2build NAMES ft2build.h PATH_SUFFIXES freetype2) -+find_path(FREETYPE_H_PATH_ftconfig NAMES config/ftconfig.h PATH_SUFFIXES freetype2) - find_library(FREETYPE_LIB NAMES freetype2 freetype libfreetype PATH_SUFFIXES dynamic) - find_library(FREETYPE_LIB_DBG NAMES freetype_d libfreetype_d PATH_SUFFIXES dynamic) - mark_as_advanced(FREETYPE_H_PATH_ft2build FREETYPE_H_PATH_ftconfig FREETYPE_LIB FREETYPE_LIB_DBG) diff --git a/conky/PKGBUILD b/conky/PKGBUILD index e7f2fbd02..0bd13688a 100644 --- a/conky/PKGBUILD +++ b/conky/PKGBUILD @@ -2,7 +2,7 @@ pkgname=conky pkgver=1.10.4 -pkgrel=2 +pkgrel=3 pkgdesc="An advanced, highly configurable system monitor for X based on torsmo" arch=('x86_64') url="https://github.com/brndnmtthws/conky" diff --git a/corsix-th/PKGBUILD b/corsix-th/PKGBUILD index 05b37c40c..e3bd9eeaf 100644 --- a/corsix-th/PKGBUILD +++ b/corsix-th/PKGBUILD @@ -2,7 +2,7 @@ pkgname=corsix-th _pkgname=CorsixTH pkgver=0.60 _pkgver=$pkgver -pkgrel=2 +pkgrel=3 pkgdesc='Reimplementation of the game engine of Theme Hospital.' arch=('x86_64') url='https://github.com/CorsixTH/CorsixTH' diff --git a/cubosphere/PKGBUILD b/cubosphere/PKGBUILD deleted file mode 100644 index f4946bc7a..000000000 --- a/cubosphere/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# -# Games Packages for the Chakra Project -# -# Maintainer: Neophytos Kolokotronis -# Contributor: Bernd Pruenster - -pkgname=cubosphere -pkgver=0.3 -_pkgver="${pkgver}" -pkgrel=2 -pkgdesc="3d puzzle similar to Kula World/Roll Away" -arch=('i686' 'x86_64') -url="https://sourceforge.net/projects/cubosphere/" -license=('GPL') -depends=('libjpeg' 'lua' 'sdl_ttf' 'sdl_mixer' 'glew') -source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}_beta${_pkgver}_linux_src.tar.gz - "$pkgname.desktop") -md5sums=('4ed44769c09fb559d12a35518564dce4' - '7f7afe94baa3f22f96792b7ff18bd7ac') -screenshot=('http://sourceforge.net/projects/cubosphere/screenshots/273631') - -build() { - cd $srcdir/${pkgname}_beta${_pkgver}/ - cd src - sed -i -e 's/5.1//g' -e '/^PREFIX/s/\/local//' Makefile - make -} - -package() { - cd $srcdir/${pkgname}_beta${_pkgver}/src - make install DESTDIR=$pkgdir - chmod -R +r $pkgdir/* - install -D -m644 $srcdir/cubosphere.desktop $pkgdir/usr/share/applications/cubosphere.desktop -} diff --git a/cubosphere/cubosphere.desktop b/cubosphere/cubosphere.desktop deleted file mode 100644 index 08ccef51f..000000000 --- a/cubosphere/cubosphere.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Cubosphere -GenericName=Logic Game -Comment=3d puzzle -Exec=cubosphere -Categories=Game;LogicGame; diff --git a/elinks/PKGBUILD b/elinks/PKGBUILD deleted file mode 100644 index b137a0101..000000000 --- a/elinks/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# -# Chakra Packages for Chakra, part of chakra-project.org -# -# maintainer (i686): Phil Miller -# maintainer (x86_64): Manuel Tortosa - -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf - -pkgname=elinks -pkgver=0.13 -pkgrel=1 -pkgdesc="An advanced and well-established feature-rich text mode web browser." -arch=("i686" "x86_64") -url="http://elinks.or.cz" -license=('GPL') -depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua>=5.1.1' 'libidn' 'spidermonkey>=1.7.0' 'gc' 'tre' 'smbclient') -categories=('network') -source=("http://elinks.or.cz/download/$pkgname-current-$pkgver.tar.gz" - "${pkgname}.desktop") -md5sums=('30a50b218976247302b4f4c68797499d' - 'ef70f6bb7457799a979fb201615369e6') - -build() { - cd elinks || cd `find $srcdir -maxdepth 1 -type d -name elinks-$pkgver\*` - - ./configure --prefix=/usr --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --enable-smb --without-x --enable-cgi \ - --enable-leds --enable-256-colors --enable-html-highlight \ - --without-zlib - make - make DESTDIR=${pkgdir} install - rm -f ${pkgdir}/usr/share/locale/locale.alias - - install -D -m644 ${srcdir}/${pkgname}.desktop \ - ${pkgdir}/usr/share/applications/${pkgname}.desktop -} diff --git a/elinks/elinks.desktop b/elinks/elinks.desktop deleted file mode 100644 index e27adf912..000000000 --- a/elinks/elinks.desktop +++ /dev/null @@ -1,19 +0,0 @@ -[Desktop Entry] -Categories=Application;Network; -Comment=advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser -Comment[en_GB]=advanced and well-established feature-rich text mode web (HTTP/FTP/..) browser -Exec=elinks %u -GenericName=Full-Featured Text WWW Browser -GenericName[en_GB]=Full-Featured Text WWW Browser -Icon= -MimeType=text/html -Name=Elinks -Name[en_GB]=Elinks -Path= -StartupNotify=true -Terminal=true -TerminalOptions= -Type=Application -X-DCOP-ServiceType= -X-KDE-SubstituteUID=false -X-KDE-Username= diff --git a/ember/PKGBUILD b/ember/PKGBUILD deleted file mode 100644 index 2d89efaca..000000000 --- a/ember/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# -# Games Packages for Chakra, part of chakra-project.org -# -# Maintainer: Adrián Chaves Fernández (Gallaecio) - -pkgname=ember -pkgver=0.7.2 -_mediaver=$pkgver.1 -pkgrel=2 -pkgdesc="Ember is a 3D client using the OGRE 3d library, valid for WorldForge server." -arch=('i686' 'x86_64') -url="http://wiki.worldforge.org/wiki/Ember" -license=('GPL3') -depends=('atlas_cpp' 'boost' 'cegui-0.8' 'curl' 'eris' 'freealut' 'libsigc++2.0' 'libwfut' 'mercator' 'ogre' 'openal' 'sdl' 'skstream' 'toluapp' 'varconf' 'wfmath') -categories=('games') -source=("http://downloads.sourceforge.net/worldforge/$pkgname-$pkgver.tar.bz2" - "http://downloads.sourceforge.net/worldforge/$pkgname-media-$_mediaver.tar.bz2" - "https://raw.githubusercontent.com/tsuna/boost.m4/1489691f65aecb593e33abc3e56ac482dd67da7b/build-aux/boost.m4") -md5sums=('5fa2cf860ebe66674d5e5e05c8e87009' - 'b5371512872d0146c504fc10f39544a3' - '8804cde576714ed33add9e180549dbbc') - -prepare() { - # NOTE: Remove the whole prepare() function and the corresponding - # source entry when the following bug is fixed: - # https://bugs.launchpad.net/ember/+bug/1583755 - cd "$srcdir/$pkgname-$pkgver" - cp -f "$srcdir/boost.m4" "m4/boost.m4" - autoreconf -f -i -} - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure \ - --enable-cegui-toluapp \ - --prefix=/usr \ - --with-toluaxx - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - # NOTE: Remove '-j1' once the following bug is fixed: - # https://bugs.launchpad.net/ember/+bug/1583770 - make -j1 DESTDIR=$pkgdir install - mkdir -p $pkgdir/usr/share/$pkgname/media/ - cp -R $srcdir/$pkgname-media-$pkgver/media/* $pkgdir/usr/share/$pkgname/media/ -} diff --git a/epiar/PKGBUILD b/epiar/PKGBUILD index 4fa9be2d8..e87c7ba53 100644 --- a/epiar/PKGBUILD +++ b/epiar/PKGBUILD @@ -6,12 +6,12 @@ pkgname=epiar _pkgbranch=0.5.0 pkgver=0.5.0 -pkgrel=3 +pkgrel=4 pkgdesc="Epiar is an open source, open-ended space action/trading game." arch=('i686' 'x86_64') url="http://www.epiar.net/" license=('GPL') -depends=('sdl' 'sdl_image' 'sdl_mixer' 'libxml2' 'ftgl' 'lua' 'physfs') +depends=('glu' 'sdl' 'sdl_image' 'sdl_mixer' 'libxml2' 'ftgl' 'lua' 'physfs') options=(!libtool) categories=('games') source=("http://epiar.net/files/epiar/releases/${_pkgbranch}/${pkgname}-${pkgver}.tar.bz2") @@ -19,14 +19,12 @@ md5sums=('506ac509dd99c59875411faa4147cbb6') build() { cd "${srcdir}/${pkgname}-${pkgver}" - + ./autogen.sh ./configure --prefix=/usr - make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install } diff --git a/fcitx/PKGBUILD b/fcitx/PKGBUILD index 019391cd9..4fec1724e 100644 --- a/fcitx/PKGBUILD +++ b/fcitx/PKGBUILD @@ -1,7 +1,7 @@ pkgbase=fcitx pkgname=('fcitx' 'fcitx-pinyin' 'fcitx-table') pkgver=4.2.9.1 -pkgrel=3 +pkgrel=4 arch=('x86_64') license=('GPL') url="https://fcitx-im.org/wiki/Fcitx" diff --git a/freedroid/PKGBUILD b/freedroid/PKGBUILD index df7b46eed..7514a25dd 100644 --- a/freedroid/PKGBUILD +++ b/freedroid/PKGBUILD @@ -3,7 +3,7 @@ pkgname=freedroid _pkgname1=freedroidrpg pkgver=0.16.1 -pkgrel=1 +pkgrel=2 pkgdesc="A mature science-fiction role-playing game set in the future." arch=('x86_64') url="http://freedroid.sourceforge.net" @@ -14,12 +14,9 @@ makedepends=('python2' 'espeak') optdepends=('python2' 'espeak') categories=('games') replaces=($_pkgname1) -source=(ftp://ftp.osuosl.org/pub/${pkgname}/${pkgname}RPG-${pkgver:0:4}/freedroidRPG-${pkgver}.tar.gz - $pkgname.jpg::http://projects.archlinux.org/svntogit/community.git/plain/trunk/$_pkgname1.jpg?h=packages/$_pkgname1 - $pkgname.desktop::http://projects.archlinux.org/svntogit/community.git/plain/trunk/$_pkgname1.desktop?h=packages/$_pkgname1) -md5sums=('ba19730c0139df810602ea9252d47120' - 'b73d9dac44c7e83a6c80fbe4eb96ba79' - '9a10c2a2064439cdcff5b945dfb1c3ac') +source=(ftp://ftp.osuosl.org/pub/${pkgname}/${pkgname}RPG-${pkgver:0:4}/freedroidRPG-${pkgver}.tar.gz) +md5sums=('ba19730c0139df810602ea9252d47120') + build() { cd $srcdir/$_pkgname1-$pkgver ./configure \ @@ -30,8 +27,4 @@ build() { package() { cd $srcdir/$_pkgname1-$pkgver make DESTDIR=$pkgdir/ install - - # Desktop integration. - install -D -m644 $srcdir/$pkgname.jpg $pkgdir/usr/share/pixmaps/$pkgname.jpg - install -D -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop } diff --git a/hedgewars/PKGBUILD b/hedgewars/PKGBUILD deleted file mode 100644 index 7c69b0a8a..000000000 --- a/hedgewars/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -pkgname=hedgewars -pkgver=0.9.22 -pkgrel=1 -pkgdesc="Free turn based strategy game similar to Worms" -arch=('x86_64') -url="http://hedgewars.org" -license=('GPL2') -depends=('ffmpeg' 'lua' 'qt' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'ttf-dejavu' 'freeglut' 'physfs') -makedepends=('fpc' 'cmake' - # haskell specific - 'ghc' - 'haskell-network' - 'haskell-bytestring-show' - 'haskell-utf8-string' - #'haskell-dataenc' - 'haskell-hslogger' - 'haskell-vector' - 'haskell-entropy' - 'haskell-sha' - 'haskell-zlib' - 'haskell-random') -categories=('games') -source=("http://download.gna.org/$pkgname/$pkgname-src-${pkgver}.tar.bz2" - hedgewars.png) -md5sums=('3718947ea69f57a76a3511678fb8173b' - 'eeb14d50df39063549ac5eca9dbc65d1') - -prepare() { - cd $pkgname-src-* - sed -i 's|instance NFData (Chan a)$|instance NFData (Chan a) where rnf x = seq x ()|' gameServer/CoreTypes.hs -} - -build() { - cd $srcdir/$pkgname-src-* - mkdir -p build && cd build - #Don't know why ld can't link to haskell-sha correctly,disable it. - cmake \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE="Release" \ - -DDATA_INSTALL_DIR=/usr/share/hedgewars \ - -DNOSERVER=1 \ - .. - make -} - -package() { - cd $srcdir/$pkgname-src-*/build - make DESTDIR=$pkgdir install - install -D -m644 $srcdir/hedgewars-src-*/Fonts_LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt - install -D -m644 $srcdir/hedgewars.png $pkgdir/usr/share/pixmaps/hedgewars.png - install -D -m644 $srcdir/hedgewars-src-*/share/hedgewars/Data/misc/hedgewars.desktop $pkgdir/usr/share/applications/hedgewars.desktop -} diff --git a/hedgewars/hedgewars.png b/hedgewars/hedgewars.png deleted file mode 100644 index 60ae66199..000000000 Binary files a/hedgewars/hedgewars.png and /dev/null differ diff --git a/lipsofsuna/PKGBUILD b/lipsofsuna/PKGBUILD index 093f5b0c3..526480ab2 100644 --- a/lipsofsuna/PKGBUILD +++ b/lipsofsuna/PKGBUILD @@ -1,14 +1,6 @@ -# -# Games Packages for Chakra, part of chakra-project.org -# -# Maintainer: Adrián Chaves Fernández (Gallaecio) -# -# Note: Using Git until a stable version of Lips of Suna supports Ogre 1.9.0. -# See: http://forum.freegamedev.net/viewtopic.php&t=550 - pkgname=lipsofsuna pkgver=0.8.0 -pkgrel=5 +pkgrel=6 pkgdesc="Tongue-in-cheek dungeon crawl game that takes place in the chaotic dungeons of Suna." arch=('i686' 'x86_64') url="http://lipsofsuna.org/" diff --git a/lua-expat/PKGBUILD b/lua-expat/PKGBUILD index af7646101..8448cca4f 100644 --- a/lua-expat/PKGBUILD +++ b/lua-expat/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lua-expat _pkgname=luaexpat pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='SAX XML parser based on the Expat library' arch=('x86_64') url='http://matthewwild.co.uk/projects/luaexpat/' @@ -14,19 +14,13 @@ source=("http://matthewwild.co.uk/projects/luaexpat/luaexpat-$pkgver.tar.gz" md5sums=('3c20b5795e7107f847f8da844fbfe2da' '64abbf5b602e0e31b68db2925a5e6b2f') -prepare() { - cd ${_pkgname}-${pkgver} - cp -L "$srcdir/config.51" config -} - build() { cd ${_pkgname}-${pkgver} - make + make CFLAGS='-DLUA_32BITS' } package() { cd ${_pkgname}-${pkgver} make DESTDIR="$pkgdir" install -# mv usr "$pkgdir" install -Dm0644 doc/us/license.html "$pkgdir/usr/share/licenses/$pkgname/license.html" } diff --git a/lua-filesystem/PKGBUILD b/lua-filesystem/PKGBUILD index 08523fafb..cc2311c75 100644 --- a/lua-filesystem/PKGBUILD +++ b/lua-filesystem/PKGBUILD @@ -2,7 +2,7 @@ pkgname=lua-filesystem _pkgname=luafilesystem pkgver=1.6.3 _tag=v_${pkgver//./_} -pkgrel=1 +pkgrel=2 pkgdesc='File System Library for the Lua Programming Language' arch=('x86_64') url='http://www.keplerproject.org/luafilesystem/' diff --git a/lua-lpeg/PKGBUILD b/lua-lpeg/PKGBUILD index 3c61f1fc7..ba78ad86b 100644 --- a/lua-lpeg/PKGBUILD +++ b/lua-lpeg/PKGBUILD @@ -1,7 +1,7 @@ pkgname='lua-lpeg' _pkgname=lpeg pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Pattern-matching library for Lua' arch=('x86_64') url='http://www.inf.puc-rio.br/~roberto/lpeg' diff --git a/lua-socket/PKGBUILD b/lua-socket/PKGBUILD index 3083b6bd6..90c710a30 100644 --- a/lua-socket/PKGBUILD +++ b/lua-socket/PKGBUILD @@ -1,6 +1,6 @@ pkgname=lua-socket pkgver=3.0rc1 -pkgrel=1 +pkgrel=2 pkgdesc='Networking support library for the Lua language' arch=('x86_64') url='https://github.com/diegonehab/luasocket' diff --git a/luabind/PKGBUILD b/luabind/PKGBUILD deleted file mode 100644 index 79d70ae42..000000000 --- a/luabind/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# -# Games Packages for Chakra, part of chakra-project.org -# -# Maintainer: Adrián Chaves Fernández (Gallaecio) - -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf - -pkgname=luabind -pkgver=0.9.1 -pkgrel=1 -pkgdesc="A library that helps you create bindings between C++ and Lua." -arch=('i686' 'x86_64') -url="http://www.rasterbar.com/products/luabind.html" -license=('MIT') -depends=('gcc-libs' 'lua') -makedepends=('boost-build' 'unzip') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('8a323fb51d07dad5cfdb12c432793d55') - -package() -{ - cd $srcdir/$pkgname-$pkgver/ - - bjam release \ - --prefix=$pkgdir/usr/ \ - link=static,shared \ - install - - # License. - install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} diff --git a/mpv/PKGBUILD b/mpv/PKGBUILD index 5ef4b79d9..85e2c874d 100644 --- a/mpv/PKGBUILD +++ b/mpv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mpv pkgver=0.20.0 -pkgrel=2 +pkgrel=3 pkgdesc="A movie player and encoder for linux, based on MPlayer/mplayer2" arch=('x86_64') license=('LGPL3') diff --git a/nmap/PKGBUILD b/nmap/PKGBUILD index f71a5eeda..378fdd946 100644 --- a/nmap/PKGBUILD +++ b/nmap/PKGBUILD @@ -1,6 +1,6 @@ pkgname=nmap pkgver=7.12 -pkgrel=1 +pkgrel=2 pkgdesc="A network exploration tool and security/port scanner" arch=('x86_64') url="http://nmap.org" diff --git a/radius-engine/PKGBUILD b/radius-engine/PKGBUILD deleted file mode 100644 index a3e0003af..000000000 --- a/radius-engine/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# -# Games Packages for Chakra, part of chakra-project.org -# -# Maintainer: Adrián Chaves Fernández (Gallaecio) -# Contributor: Iwan Gabovitch - -pkgname=radius-engine -pkgver=1.1 -pkgrel=2 -pkgdesc="2D game engine built on top of SDL, OpenGL, and Lua." -arch=(i686 x86_64) -url="http://radius-engine.sourceforge.net/" -license=("MIT") -depends=('lua' 'physfs' 'sdl' 'sdl_sound') -makedepends=('sed') -source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz) -md5sums=('d9f95d432f63e740d004b563972efcfa') - -build() { - cd $srcdir/$pkgname-$pkgver - - # Dirty fix. - sed -i 's/lua5.1/lua/g' configure - - # Configure and build. - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install -} - diff --git a/toluapp/ChangeLog b/toluapp/ChangeLog deleted file mode 100644 index 2c36dcd54..000000000 --- a/toluapp/ChangeLog +++ /dev/null @@ -1,5 +0,0 @@ -2010-10-27 Adrián Chaves Fernández (Gallaecio) - - * 1.0.93-1 : - Imported from Arch Linux's AUR: - https://aur.archlinux.org/packages.php?ID=1819 diff --git a/toluapp/PKGBUILD b/toluapp/PKGBUILD deleted file mode 100644 index 7e4197727..000000000 --- a/toluapp/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -pkgname=toluapp -pkgver=1.0.93 -pkgrel=2 -pkgdesc="Tool to integrate C/C++ code with Lua." -arch=('x86_64') -url="https://github.com/LuaDist/toluapp/" -license=('MIT') -depends=('lua') -makedepends=('scons') -changelog=ChangeLog -source=('https://github.com/LuaDist/toluapp/archive/1.0.93.tar.gz' - 'config_linux.py') -md5sums=('689d952034e55d4333fa240f7516e68a' - 'f85232adfa873ea012088dd4d7fb63d7') - -build() { - cp $srcdir/config_linux.py $srcdir/toluapp-$pkgver - cd $srcdir/toluapp-$pkgver - scons all -} - -package() { - cd $srcdir/toluapp-$pkgver - scons prefix=$pkgdir/usr install -} diff --git a/toluapp/config_linux.py b/toluapp/config_linux.py deleted file mode 100755 index 0a5fbcfeb..000000000 --- a/toluapp/config_linux.py +++ /dev/null @@ -1,22 +0,0 @@ -## This is the linux configuration file -# This file was adapted to be used with ArchLinux -# Use 'scons -h' to see the list of command line options available - -# Compiler flags (based on ArchLinux's installation of lua) -#LINKFLAGS = ['-g'] -CCFLAGS = ['-O2', '-ansi', '-Wall', '-fPIC'] -#CCFLAGS = ['-g'] - -# this is the default directory for installation. Files will be installed on -# /bin, /lib and /include when you run 'scons install' -# -# You can also specify this directory on the command line with the 'prefix' -# option -# -# You can see more 'generic' options for POSIX systems on config_posix.py - -prefix = '/usr' - -# libraries (based on ArchLinux's installation of lua) -LIBS = ['lua', 'dl', 'm'] - diff --git a/unvanquished/PKGBUILD b/unvanquished/PKGBUILD index 758cbd08d..a7cf7f060 100644 --- a/unvanquished/PKGBUILD +++ b/unvanquished/PKGBUILD @@ -1,10 +1,10 @@ pkgname=unvanquished pkgver=0.50.0 -pkgrel=1 +pkgrel=2 _depbasename=linux64-4 _depname="${_depbasename}.tar.bz2" -_gitver="archlinux/${pkgver}-${pkgrel}" +_gitver="archlinux/${pkgver}-1" _gitdir="${pkgname/u/U}-${_gitver/\//-}" pkgdesc='A team-based, fast-paced, fps/rts hybrid game which pits aliens against humans. Monthly alpha release.' diff --git a/valyria-tear/PKGBUILD b/valyria-tear/PKGBUILD deleted file mode 100644 index b57df1169..000000000 --- a/valyria-tear/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: MCMic - -pkgname=valyria-tear -pkgver=1.0.0 -pkgrel=3 -pkgdesc="An attempt at creating a free (as meant in the Gnu Public License) J-RPG game." -arch=('x86_64') -url="http://valyriatear.blogspot.fr" -license=('GPL') -depends=('sdl' 'sdl_image' 'sdl_ttf' 'openal' 'libogg' 'libvorbis' 'glu' 'libpng' 'libjpeg' 'gettext' 'lua' 'glew' 'boost-libs') -makedepends=('cmake' 'boost' 'git') -source=("git+https://github.com/Bertram25/ValyriaTear.git#tag=${pkgver}-gcc5" - "valyriatear.sh") -md5sums=('SKIP' - '5e783c05fb31d6125f6b771035d3808b') - -build() { - cd $srcdir/ValyriaTear - git submodule update --init --remote - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DLUA_LIBRARIES=/usr/lib/liblua.so.5.1 . - make -} - -package() { - cd $srcdir/ValyriaTear - make install DESTDIR=$pkgdir - install -d $pkgdir/usr/lib - # Provide wrapper to load data from /usr/share/valyriatear https://github.com/ValyriaTear/ValyriaTear/issues/505 - mv $pkgdir/usr/{bin,lib}/valyriatear - install -m755 $srcdir/valyriatear.sh $pkgdir/usr/bin/valyriatear -} - diff --git a/valyria-tear/valyriatear.sh b/valyria-tear/valyriatear.sh deleted file mode 100644 index 6c62d3ddf..000000000 --- a/valyria-tear/valyriatear.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -cd /usr/share/valyriatear -/usr/lib/valyriatear - diff --git a/wesnoth/PKGBUILD b/wesnoth/PKGBUILD index b6696b6ce..60729b0b2 100644 --- a/wesnoth/PKGBUILD +++ b/wesnoth/PKGBUILD @@ -1,6 +1,6 @@ pkgname=wesnoth pkgver=1.12.6 -pkgrel=1 +pkgrel=2 pkgdesc="A turn-based strategy game on a fantasy world." arch=('x86_64') license=('GPL2') diff --git a/widelands/PKGBUILD b/widelands/PKGBUILD deleted file mode 100644 index 1cdf99369..000000000 --- a/widelands/PKGBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# Maintainer: Manuel UtG - - -pkgname=widelands -pkgver=18 -_realver=build${pkgver} -pkgrel=5 -pkgdesc="A realtime strategy game with emphasis on economy and transport." -arch=('x86_64') -url="http://widelands.org/" -license=('GPL') -depends=('boost-libs' 'ggz-client-libs' 'glew' 'lua' 'python2' 'sdl_gfx' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf') -makedepends=('boost' 'cmake' 'mesa') -categories=('games') -source=("https://launchpad.net/widelands/${_realver}/build-${pkgver}/+download/$pkgname-$_realver-src.tar.bz2" - $pkgname.desktop - $pkgname.png) -md5sums=('01efe8db8cd25ffeb4f82b8b4ab6652e' - '86950190758e1aeaec8fe742440e8ab5' - '3dfda7e9ca76ca00dd98d745d0ceb328') - -build() { - cd $srcdir/$pkgname-$_realver-src - - sed -i "1 i #include " src/main.cc - - mkdir -p build/compile && cd build/compile - - cmake \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWL_INSTALL_PREFIX=/usr \ - -DWL_INSTALL_DATADIR=share/$pkgname \ - -DWL_INSTALL_BINDIR=bin \ - ../.. - make -} - -package() { - cd $srcdir/$pkgname-$_realver-src/build/compile - - make DESTDIR="$pkgdir" install - - # Install bin, icon and desktop file - #install -Dm 755 src/$pkgname $pkgdir/usr/share/$pkgname/$pkgname - #install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname - install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png - install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop - -# #!/bin/sh -# cd /usr/share/widelands -# ./widelands $* -} diff --git a/widelands/widelands.desktop b/widelands/widelands.desktop deleted file mode 100644 index f356b69b3..000000000 --- a/widelands/widelands.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Widelands -GenericName=Widelands -Comment=Realtime strategy game -Comment[gl]=Xogo de estratexia en tempo real. -Icon=widelands -Exec=widelands -Type=Application -Categories=Game;StrategyGame; diff --git a/widelands/widelands.png b/widelands/widelands.png deleted file mode 100644 index c329cf667..000000000 Binary files a/widelands/widelands.png and /dev/null differ diff --git a/wireshark/PKGBUILD b/wireshark/PKGBUILD deleted file mode 100644 index 2347631f3..000000000 --- a/wireshark/PKGBUILD +++ /dev/null @@ -1,74 +0,0 @@ -pkgname=wireshark -pkgver=2.2.0 -pkgrel=1 -pkgdesc='A free network protocol analyzer for Unix/Linux and Windows' -arch=('x86_64') -license=('GPL2') -depends=('libpcap' 'libcap' 'krb5' 'glib2' 'desktop-file-utils' 'hicolor-icon-theme' - 'lua' 'libgcrypt' 'qt5-base' 'qt5-multimedia' 'harfbuzz' 'portaudio' 'bash' 'gnutls') -makedepends=('bison' 'flex' 'qt5-tools' 'python2') -url='http://www.wireshark.org/' -screenshot='https://blog.wireshark.org/wp-content/uploads/2015/11/Main-window-2.0.0rc2.png' -install=${pkgname}.install -source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('a6847e741efcba6cb9d92d464d4219917bee3ad0b8f5b0f80d4388ad2f3f1104') - -prepare() { - cd ${pkgname}-${pkgver} - - sed -i 's/Exec=wireshark/Exec=wireshark-qt/g' wireshark.desktop -} - -build() { - cd ${pkgname}-${pkgver} - - ./autogen.sh - ./configure \ - --prefix=/usr \ - --with-qt=5 \ - --with-ssl \ - --with-pcap \ - --with-libcap \ - --with-zlib \ - --with-lua \ - --with-krb5 \ - --with-portaudio \ - --with-gtk2=no \ - --with-gtk3=no - make all -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}" install - - #wireshark uid group is 150 - chgrp 150 "${pkgdir}/usr/bin/dumpcap" - chmod 754 "${pkgdir}/usr/bin/dumpcap" - #rm "${pkgdir}/usr/bin/wireshark" - - # Headers - install -dm755 ${pkgdir}/usr/include/${pkgname}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil} - - install -m644 cfile.h config.h file.h register.h ws_diag_control.h ws_symbol_export.h "${pkgdir}/usr/include/${pkgname}" - for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem wiretap wsutil; do - install -m644 ${d}/*.h ${pkgdir}/usr/include/${pkgname}/${d} - done - - - for d in 16 32 48; do - install -Dm644 image/hi${d}-app-wireshark.png \ - "${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png" - done - - for d in 16 24 32 48 64 128 256 ; do - install -Dm644 image/WiresharkDoc-${d}.png \ - "${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png" - done - - install -Dm644 wireshark.desktop "${pkgdir}/usr/share/applications/wireshark.desktop" - sed -i s!wireshark-qt!wireshark! \ - ${pkgdir}/usr/share/applications/wireshark.desktop - rm "${pkgdir}/usr/share/applications/wireshark-gtk.desktop" -} diff --git a/wireshark/wireshark.install b/wireshark/wireshark.install deleted file mode 100644 index d7693246b..000000000 --- a/wireshark/wireshark.install +++ /dev/null @@ -1,29 +0,0 @@ - -update_cache() { - update-desktop-database -q -} - -post_install() { - update_cache - - /usr/bin/getent group wireshark >/dev/null 2>&1 || usr/sbin/groupadd -g 150 wireshark &>/dev/null - - /usr/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap - echo "NOTE: To run wireshark as normal user you have to add yourself into wireshark group" -} - -post_upgrade() { - update_cache - - /usr/bin/getent group wireshark >/dev/null 2>&1 || usr/sbin/groupadd -g 150 wireshark &>/dev/null - - /usr/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap -} - -post_remove() { - update_cache - - if /usr/bin/getent group wireshark >/dev/null 2>&1; then - /usr/sbin/groupdel wireshark - fi -} diff --git a/wireshark/wireshark.png b/wireshark/wireshark.png deleted file mode 100644 index 4e4026304..000000000 Binary files a/wireshark/wireshark.png and /dev/null differ diff --git a/xmoto/PKGBUILD b/xmoto/PKGBUILD index 8b767dce5..840a6470b 100644 --- a/xmoto/PKGBUILD +++ b/xmoto/PKGBUILD @@ -1,16 +1,11 @@ -# -# Games Packages for Chakra, part of chakra-project.org -# -# Maintainer: Adrián Chaves Fernández (Gallaecio) - pkgname=xmoto pkgver=0.5.11 -pkgrel=1 +pkgrel=2 pkgdesc="A challenging 2D motocross platform game, where physics play an important role." arch=('x86_64') url="http://xmoto.tuxfamily.org" license=('GPL') -depends=('bzip2' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl' +depends=('bzip2' 'glu' 'libjpeg' 'libpng' 'lua' 'sdl_mixer' 'ode' 'curl' 'mesa' 'sqlite3' 'sdl_ttf' 'desktop-file-utils' 'sdl_net' 'libxdg-basedir') makedepends=('desktop-file-utils') categories=('games')