From ea93961c960605a53ee442c7c6c408d5b8515037 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Thu, 12 Jan 2012 16:09:17 +0000 Subject: [PATCH] updated on Thu Jan 12 16:09:17 UTC 2012 --- cfengine/PKGBUILD | 3 +- claws-mail-fancy/PKGBUILD | 24 +++++++++ cower-git/PKGBUILD | 9 ++-- evolution-mapi/PKGBUILD | 26 ++++----- firefox-beta-bin-es-es/PKGBUILD | 6 +-- g15stats-svn/PKGBUILD | 25 +++++++++ google-chrome-beta/PKGBUILD | 8 +-- gtklp/PKGBUILD | 8 +-- hydrogen-drumkits/PKGBUILD | 2 +- intellij_idea_ce-x_eap/PKGBUILD | 30 +++++++---- intellij_idea_ue-x_eap/PKGBUILD | 21 +++++--- jdownloader/PKGBUILD | 4 +- legendofedgar/PKGBUILD | 8 +-- myagent-im-svn/PKGBUILD | 28 ++++++++++ mysql51/PKGBUILD | 6 +-- photo/PKGBUILD | 4 +- php-interbase/PKGBUILD | 8 +-- php-pdo-firebird/PKGBUILD | 10 ++-- ppub/PKGBUILD | 2 +- python2-foolscap/PKGBUILD | 23 ++++++++ qore/PKGBUILD | 61 +++++++++++++++++++++ qore/QoreLib.cpp.patch | 11 ++++ qore/configure.patch | 38 ++++++++++++++ retroshare-deb/PKGBUILD | 31 +++++++++++ retroshare-deb/retroshare.desktop | 11 ++++ retroshare-deb/retroshare.install | 25 +++++++++ stepmania/22_all_ffmpeg_fix.patch | 12 ----- stepmania/23_all_ffmpeg_fix2.patch | 12 ----- stepmania/PKGBUILD | 49 +++++++---------- stepmania/cut.patch | 99 ----------------------------------- stepmania/cut2.patch | 36 ------------- stepmania/notify.patch | 12 ----- stepmania/stepmania.install | 8 ++- stepmania/stepmania.sh | 3 +- ttf-asana-math/PKGBUILD | 21 ++++++++ ttf-asana-math/ttf-asana-math.install | 11 ++++ vim-qt-git/PKGBUILD | 6 +-- winamax/PKGBUILD | 22 ++++++++ winamax/winamax | 2 + winamax/winamax.desktop | 11 ++++ wmii-hg/PKGBUILD | 2 +- yle-downloader-gui/PKGBUILD | 6 +-- 42 files changed, 464 insertions(+), 280 deletions(-) create mode 100644 claws-mail-fancy/PKGBUILD create mode 100644 g15stats-svn/PKGBUILD create mode 100644 myagent-im-svn/PKGBUILD create mode 100644 python2-foolscap/PKGBUILD create mode 100644 qore/PKGBUILD create mode 100644 qore/QoreLib.cpp.patch create mode 100644 qore/configure.patch create mode 100644 retroshare-deb/PKGBUILD create mode 100644 retroshare-deb/retroshare.desktop create mode 100644 retroshare-deb/retroshare.install delete mode 100644 stepmania/22_all_ffmpeg_fix.patch delete mode 100644 stepmania/23_all_ffmpeg_fix2.patch mode change 100644 => 100755 stepmania/PKGBUILD delete mode 100644 stepmania/cut.patch delete mode 100644 stepmania/cut2.patch delete mode 100644 stepmania/notify.patch mode change 100644 => 100755 stepmania/stepmania.install create mode 100644 ttf-asana-math/PKGBUILD create mode 100644 ttf-asana-math/ttf-asana-math.install create mode 100644 winamax/PKGBUILD create mode 100644 winamax/winamax create mode 100644 winamax/winamax.desktop diff --git a/cfengine/PKGBUILD b/cfengine/PKGBUILD index 6af30200a..285a09cc1 100644 --- a/cfengine/PKGBUILD +++ b/cfengine/PKGBUILD @@ -14,7 +14,7 @@ pkgname=cfengine pkgver=3.2.3 -pkgrel=1 +pkgrel=2 pkgdesc="automated suite of programs for configuring and maintaining Unix-like computers." url="http://www.cfengine.org" license=('GPL3') @@ -30,7 +30,6 @@ build() { # lines if you want to reduce dependency chain" ./configure \ --prefix=/usr \ - --with-mysql \ --with-postgresql \ --with-pcre \ --with-workdir=/srv/cfengine diff --git a/claws-mail-fancy/PKGBUILD b/claws-mail-fancy/PKGBUILD new file mode 100644 index 000000000..538ac2807 --- /dev/null +++ b/claws-mail-fancy/PKGBUILD @@ -0,0 +1,24 @@ +# Maintainer: Mnichal + +pkgname=claws-mail-fancy +pkgver=0.9.15 +pkgrel=1 +pkgdesc="Claws-Mail plugin for HTML mail rendering" +url="http://www.claws-mail.org/plugins.php" +arch=('x86_64' 'i686') +license=('GPLv3') +depends=('claws-mail>=3.3.1' 'libwebkit' 'libsoup-gnome>=2.26' 'curl' 'glib2>=2.6' 'gtk2>=2.6') +source=("http://www.claws-mail.org/downloads/plugins/fancy-${pkgver}.tar.gz") +md5sums=('d33ca27f93ea2fd697fc7feafddacefd') + +build() { + cd "${srcdir}/fancy-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/fancy-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} \ No newline at end of file diff --git a/cower-git/PKGBUILD b/cower-git/PKGBUILD index 126989174..3f5dd8ce5 100644 --- a/cower-git/PKGBUILD +++ b/cower-git/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Dave Reisner pkgname=cower-git -pkgver=20110323 +pkgver=20120112 pkgrel=1 pkgdesc="A simple AUR agent with a pretentious name" arch=('i686' 'x86_64') url="http://github.com/falconindy/cower" license=('MIT') -depends=('curl' 'pacman' 'yajl' ) +depends=('curl' 'libarchive' 'pacman' 'yajl' ) makedepends=('git' 'perl') conflicts=('cower') provides=('cower') @@ -16,7 +16,6 @@ _gitroot="git://github.com/falconindy/cower.git" _gitname="cower" build() { - cd "$srcdir" msg "Connecting to GIT server...." if [[ -d $_gitname ]] ; then @@ -37,9 +36,7 @@ build() { } package() { - cd "$srcdir/$_gitname-build" - - make PREFIX=/usr DESTDIR="$pkgdir" install + make -C "$srcdir/$_gitname-build" PREFIX=/usr DESTDIR="$pkgdir" install } # vim: ft=sh syn=sh et diff --git a/evolution-mapi/PKGBUILD b/evolution-mapi/PKGBUILD index bc27b77d7..dc0230b08 100644 --- a/evolution-mapi/PKGBUILD +++ b/evolution-mapi/PKGBUILD @@ -1,34 +1,34 @@ -# Maintainer: Adam Russell +# Maintainer: Heenry78 # Contributor: ngoonee # Contributor: Marco A Rojas pkgname=evolution-mapi -pkgver=3.2.0 +pkgver=3.2.3 _gnomever=3.2 -pkgrel=1 +pkgrel=2 pkgdesc="MAPI plugin for evolution." arch=('i686' 'x86_64') -url="http://www.go-evolution.org" +url="http://www.gnome.org" license=('GPL3') depends=('evolution>=3.2' 'openchange>=0.11') options=(!makeflags) source=(http://ftp.gnome.org/pub/gnome/sources/evolution-mapi/$_gnomever/${pkgname}-${pkgver}.tar.xz) _prefix="/opt/samba4" -md5sums=('3874ef1c95f526b11a11ead2077e496b') +md5sums=('bfddf1e94cc87647103be16bf8c66d1c') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${srcdir}/${pkgname}-${pkgver} - export PKG_CONFIG_PATH=${_prefix}/samba/lib/pkgconfig:${_prefix}/lib/pkgconfig + export PKG_CONFIG_PATH=${_prefix}/samba/lib/pkgconfig:${_prefix}/lib/pkgconfig - export CFLAGS="-DHAVE_MEMCTX_ON_CAST_SPROPVALUE -DHAVE_MEMCTX_ON_CAST_MAPI_SPROPVALUE ${CFLAGS}" - ./configure --prefix=${_prefix} - unset CFLAGS + export CFLAGS="-DHAVE_MEMCTX_ON_CAST_SPROPVALUE -DHAVE_MEMCTX_ON_CAST_MAPI_SPROPVALUE ${CFLAGS}" + ./configure --prefix=${_prefix} + unset CFLAGS - make || return 1 + make || return 1 } package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir/" install } diff --git a/firefox-beta-bin-es-es/PKGBUILD b/firefox-beta-bin-es-es/PKGBUILD index e6c277300..cbcd7454a 100644 --- a/firefox-beta-bin-es-es/PKGBUILD +++ b/firefox-beta-bin-es-es/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: megadriver pkgname=firefox-beta-bin-es-es -pkgver=10.0b3 +pkgver=10.0b4 pkgrel=1 pkgdesc="Standalone web browser from mozilla.org (Beta channel, Castilian Spanish)" url="http://www.mozilla.org/es-ES/firefox/channel/" @@ -11,11 +11,11 @@ depends=('sqlite3' 'nss' 'libxt' 'gtk2' 'desktop-file-utils' 'alsa-lib' 'dbus-gl install=${pkgname}.install source=(ftp://ftp.mozilla.org/pub/firefox/releases/${pkgver}/linux-${CARCH}/es-ES/firefox-${pkgver}.tar.bz2 firefox-beta.desktop firefox-beta-safe.desktop) -md5sums=('c991df6598b6b9eb409f3892d684f2e0' +md5sums=('dcefd632e0cb4481d9b5c55a3e69d608' 'f66d831fcf7a6a60be44a78e44a34fb0' '1f947ba2b9ec501268cd5bdf9e20e540') -[[ "$CARCH" == "x86_64" ]] && md5sums[0]="d463f125737257b885910d6e3076129e" +[[ "$CARCH" == "x86_64" ]] && md5sums[0]="8de81023bfacc415ae14cb79c422cfbf" build() { install -d $pkgdir/usr/lib/$pkgname $pkgdir/usr/bin/ diff --git a/g15stats-svn/PKGBUILD b/g15stats-svn/PKGBUILD new file mode 100644 index 000000000..88e04022f --- /dev/null +++ b/g15stats-svn/PKGBUILD @@ -0,0 +1,25 @@ +pkgname=g15stats-svn +pkgver=539 +pkgrel=1 +pkgdesc="A CPU/Mem/Swap/Network monitoring client for G15Daemon." +arch=(x86_64) +url="http://g15tools.sourceforge.net/" +license=('GPL') +depends=(libg15-svn libg15render-svn g15daemon-svn libgtop) +makedepends=('subversion') +source=() + +_svntrunk=https://g15daemon.svn.sourceforge.net/svnroot/g15daemon/trunk/g15daemon-clients/g15stats +_svnmod=g15stats + +build() { + svn co $_svntrunk + msg "SVN checkout done or server timeout" + msg "Starting make..." + + cd ${srcdir}/$_svnmod + ./autogen.sh + ./configure --prefix=/usr + /usr/bin/make || return 1 + /usr/bin/make DESTDIR=$startdir/pkg install +} diff --git a/google-chrome-beta/PKGBUILD b/google-chrome-beta/PKGBUILD index 8f118a848..24db956ed 100644 --- a/google-chrome-beta/PKGBUILD +++ b/google-chrome-beta/PKGBUILD @@ -3,14 +3,14 @@ # Contributor: Det pkgname=google-chrome-beta -pkgver=17.0.963.26 # Check for new Linux releases in: http://googlechromereleases.blogspot.com/search/label/Beta%20updates +pkgver=17.0.963.33 # Check for new Linux releases in: http://googlechromereleases.blogspot.com/search/label/Beta%20updates pkgrel=1 pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta Channel)" arch=('i686' 'x86_64') url="http://www.google.com/chrome" license=('custom:chrome') depends=('alsa-lib' 'gconf' 'gtk2' 'hicolor-icon-theme' 'libpng12' 'libxslt' 'libxss' 'nss' 'xdg-utils') -optdepends=('gecko-mediaplayer') +optdepends=('gecko-mediaplayer' 'kdebase-kdialog') provides=("google-chrome=$pkgver") conflicts=('google-chrome') install=${pkgname}.install @@ -18,11 +18,11 @@ _channel='beta' if [ "$CARCH" = "i686" ]; then _arch='i386' - md5sums=('be510ab25c9a11aaa0c343c935b0e51d') + md5sums=('ecc2003fd5d4411ea9761ff639c008e0') elif [ "$CARCH" = "x86_64" ]; then _arch='amd64' optdepends+=('flashplugin') - md5sums=('627c691b8b70675fbf8516447df2b960') + md5sums=('5af815031f209c06b83e720b0a904177') fi source=("http://dl.google.com/linux/direct/google-chrome-${_channel}_current_${_arch}.deb") diff --git a/gtklp/PKGBUILD b/gtklp/PKGBUILD index b3fa297f8..fe52d0da3 100644 --- a/gtklp/PKGBUILD +++ b/gtklp/PKGBUILD @@ -3,7 +3,7 @@ pkgname=gtklp pkgver=1.2.8 -pkgrel=4 +pkgrel=5 pkgdesc="Tools to use and administrate CUPS" arch=('i686' 'x86_64') url="http://gtklp.sourceforge.net/" @@ -24,7 +24,7 @@ build() { sed -i "30i#include " $pkgname/$pkgname.h ./configure --prefix=/usr - make + make FORTE_LDFLAGS="$LDFLAGS -lX11" } package() { @@ -32,7 +32,7 @@ package() { make DESTDIR="$pkgdir/" install - # Desktop files + # desktop file install -d "$pkgdir/usr/share/applications" - install -Dm 644 ../*.desktop "$pkgdir/usr/share/applications" + install -Dm644 ../*.desktop "$pkgdir/usr/share/applications" } diff --git a/hydrogen-drumkits/PKGBUILD b/hydrogen-drumkits/PKGBUILD index 7b7935e8b..a8caf4810 100644 --- a/hydrogen-drumkits/PKGBUILD +++ b/hydrogen-drumkits/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Daniele Paolella +# Maintainer: Daniele Paolella pkgname=hydrogen-drumkits pkgver=20100812 pkgrel=1 diff --git a/intellij_idea_ce-x_eap/PKGBUILD b/intellij_idea_ce-x_eap/PKGBUILD index c9bdf6766..5c67e5208 100644 --- a/intellij_idea_ce-x_eap/PKGBUILD +++ b/intellij_idea_ce-x_eap/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Urs Wolfer pkgname=intellij_idea_ce-x_eap -pkgver=111.123 +pkgver=111.139 pkgrel=1 install=intellijidea.install pkgdesc="Early access version of the upcoming Intellij Idea 11 Java IDE (community version) with custom modifications" @@ -11,33 +11,43 @@ arch=('i686' 'x86_64') url="http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP" license=('apache') depends=('java-environment') - +makedepends=('clang') source=( - "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/fsnotifier" \ - "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/fsnotifier64" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/fsnotifier.h" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/inotify.c" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/main.c" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/util.c" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/make.sh" \ intellijidea.sh intellijidea.desktop idea.vmoptions intellijidea.png intellijidea.install \ http://download.jetbrains.com/idea/ideaIC-${pkgver}.tar.gz ) -md5sums=('74edf2bdebd283e9feff2d1ead5179e0' - '2d6a6ce01f82cbf70273df7ddfb9e925' +md5sums=('52c3a171fdb27820f11b6aab5d4acd76' + 'd4b596b71a2082244a6564c3edbb6895' + 'fa5df53a289101bb60eee80446417e60' + '56d44ba2b232bf0263ebd2e4dd362ae0' + '44a5eeee2695be31af87bd661562f123' '829f2cfa7ea9c7260f6a202c8834851d' '767f1466745aef96201322855029f589' 'c51777b27eed5cca4d0406b3cf060406' 'f22815c48dca91edc530953d5aa806dd' '48130e94e6b816978f90b6f05b788ffc' - '722f550e623c19590cf0b7cab1f87c19') + 'd4b87d230b3b0b0eb47ed12785cb9fa9') if [ "$CARCH" = "i686" ]; then - _fsnotifier="fsnotifier" + _fsnotifier="fsnotifier" + _clang_flags="-m32" elif [ "$CARCH" = "x86_64" ]; then - _fsnotifier="fsnotifier64" -fi + _fsnotifier="fsnotifier64" + _clang_flags="-m64" +fi build() { cd "$srcdir" + clang $_clang_flags -O2 -Wall -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -o $_fsnotifier main.c inotify.c util.c + install -d -m755 "$pkgdir/"usr/{bin,share} cp -a "idea-IC-$pkgver" "$pkgdir/usr/share/$pkgname" diff --git a/intellij_idea_ue-x_eap/PKGBUILD b/intellij_idea_ue-x_eap/PKGBUILD index c3fd0517f..641c25a70 100644 --- a/intellij_idea_ue-x_eap/PKGBUILD +++ b/intellij_idea_ue-x_eap/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Urs Wolfer pkgname=intellij_idea_ue-x_eap -pkgver=111.123 +pkgver=111.139 pkgrel=1 install=intellijidea.install pkgdesc="Early access version of the upcoming Intellij Idea 11 Java IDE (ultimate version) with custom modifications" @@ -12,30 +12,39 @@ url="http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP" backup=("usr/share/${pkgname}/bin/idea.vmoptions" "usr/share/${pkgname}/bin/idea.properties") license=('Commercial') depends=('java-environment') +makedepends=('clang') source=( - "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/fsnotifier" \ - "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/fsnotifier64" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/fsnotifier.h" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/inotify.c" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/main.c" \ + "http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=native/fsNotifier/linux/util.c" \ idea.vmoptions intellijidea.sh intellijidea.desktop intellijidea.install \ "http://download.jetbrains.com/idea/ideaIU-${pkgver}.tar.gz") -md5sums=('74edf2bdebd283e9feff2d1ead5179e0' - '2d6a6ce01f82cbf70273df7ddfb9e925' +md5sums=('52c3a171fdb27820f11b6aab5d4acd76' + 'd4b596b71a2082244a6564c3edbb6895' + 'fa5df53a289101bb60eee80446417e60' + '56d44ba2b232bf0263ebd2e4dd362ae0' 'c51777b27eed5cca4d0406b3cf060406' '4751051e18f86959fd8c7d6f7d381c07' '0f08598c21d7f89c310116a99be9f963' '48130e94e6b816978f90b6f05b788ffc' - 'e2a16a84cfa5395b03d36b21ca5130ba') + '65b71c8b76bab93a8194570cc77c8e78') if [ "$CARCH" = "i686" ]; then _fsnotifier="fsnotifier" + _clang_flags="-m32" elif [ "$CARCH" = "x86_64" ]; then _fsnotifier="fsnotifier64" + _clang_flags="-m64" fi build() { cd "$srcdir" + clang $_clang_flags -O2 -Wall -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -o $_fsnotifier main.c inotify.c util.c + install -d -m755 $pkgdir/usr/{bin,share} cp -a "idea-IU-$pkgver" "$pkgdir/usr/share/$pkgname" diff --git a/jdownloader/PKGBUILD b/jdownloader/PKGBUILD index 86acc6ae3..67ce54d22 100644 --- a/jdownloader/PKGBUILD +++ b/jdownloader/PKGBUILD @@ -9,8 +9,8 @@ url="http://jdownloader.org/" license=('GPL') depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime' 'wget' 'zenity') makedepends=('imagemagick') -install=$pkgname.install -source=(https://github.com/downloads/asergi/jd-linux/jd-linux_$pkgver.tar.gz) +install="$pkgname".install +source=("https://github.com/downloads/asergi/jd-linux/jd-linux_$pkgver.tar.gz") md5sums=('7bdf92b7d9fb073b54a850304e21661b') build() { diff --git a/legendofedgar/PKGBUILD b/legendofedgar/PKGBUILD index f29b296f7..720fb2750 100644 --- a/legendofedgar/PKGBUILD +++ b/legendofedgar/PKGBUILD @@ -1,15 +1,15 @@ #Maintainer: Jesse Jaara pkgname=legendofedgar -pkgver=0.94 -pkgrel=3 +pkgver=0.96 +pkgrel=1 pkgdesc="2D platformer, where you venture across the world, battle fearsome creatures and solve puzzles, whilst trying to rescue your father." arch=('i686' 'x86_64') url="http://sourceforge.net/projects/legendofedgar/" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net') install=edgar.install -source=("http://sourceforge.net/projects/legendofedgar/files/${pkgver}/edgar-${pkgver}-2.tar.gz") +source=("http://sourceforge.net/projects/legendofedgar/files/${pkgver}/edgar-${pkgver}-1.tar.gz") build() { cd "${srcdir}/edgar-${pkgver}" @@ -26,4 +26,4 @@ package() make DESTDIR="${pkgdir}" BIN_DIR="${pkgdir}/usr/bin/" DATA_DIR="${pkgdir}/usr/share/edgar/" install } -md5sums=('ba26aeba3068c8c3b21ba17cac30d495') +md5sums=('9a13505c0036a10ccd5842a0f7bd5c27') diff --git a/myagent-im-svn/PKGBUILD b/myagent-im-svn/PKGBUILD new file mode 100644 index 000000000..e5e76f2b3 --- /dev/null +++ b/myagent-im-svn/PKGBUILD @@ -0,0 +1,28 @@ +pkgname=myagent-im-svn +pkgver=108 +pkgrel=1 +pkgdesc="Mail.Ru Agent" +arch=(i686 x86_64) +url="http://code.google.com/p/myagent-im/" +license="GPL2" +depends=('qt>=4.4' 'zlib' 'xapian-core' 'aspell' 'libxss' 'phonon') +makedepends=('gcc' 'flex' 'pkg-config' 'sed' 'subversion') +#install='myagent-im.install' +source=() + +_svntrunk=http://myagent-im.googlecode.com/svn/trunk/ +_svnmod=myagent-im-read-only + +build() +{ +svn co $_svntrunk +msg "SVN checkout done or server timeout" +msg "Starting make..." + +cd ${srcdir}/trunk +sed -e '/#include/ s/Phonon/phonon/' -i ./src/soundplayer.h +sed -e '/isEmpty(PREFIX):PREFIX/ s/\/usr\/local/\/usr/' -i ./src/src.pro +qmake +make +make INSTALL_ROOT="$pkgdir" install +} diff --git a/mysql51/PKGBUILD b/mysql51/PKGBUILD index 93e831629..fcb81a5ce 100644 --- a/mysql51/PKGBUILD +++ b/mysql51/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Danny Navarro pkgname=mysql51 -pkgver=5.1.59 -pkgrel=2 +pkgver=5.1.61 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL') pkgdesc="A fast SQL database server" @@ -23,7 +23,7 @@ source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.1/mysql-${pkgver}.t 'my.cnf' 'skip-abi-check.patch') -md5sums=('1e89816164692f44f768024db4bc05f6' +md5sums=('4efd10c69c4c99dbdb8fae3834a6d7b8' '2234207625baa29b2ff7d7b4f088abce' '0337741fa9afbe57939993636081a827' 'a97e574945e19de3908575b956241026') diff --git a/photo/PKGBUILD b/photo/PKGBUILD index 6eda7351c..272dd334e 100755 --- a/photo/PKGBUILD +++ b/photo/PKGBUILD @@ -2,14 +2,14 @@ pkgname=photo pkgver=0.4.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A fast, simple, good looking, yet powerfull and highly configurable image viewer." arch=('i686' 'x86_64') url="http://qt-apps.org/content/show.php/Photo?content=147453" license='GPL' depends=('qt>4.4') source=(http://qt-apps.org/CONTENT/content-files/147453-$pkgname-$pkgver.tar.gz) -md5sums='dee4a52393b29a448a09a053d0f2878b' +md5sums='2fba2508b073f080ccd837767e86fa64' build() { cd $srcdir/$pkgname-$pkgver diff --git a/php-interbase/PKGBUILD b/php-interbase/PKGBUILD index e97ec772a..3a98c0849 100644 --- a/php-interbase/PKGBUILD +++ b/php-interbase/PKGBUILD @@ -1,18 +1,18 @@ # Maintainer: Martin Svoboda pkgname="php-interbase" -pkgver=5.3.8 -pkgrel=3 +pkgver=5.3.9 +pkgrel=4 pkgdesc="Interbase/Firebird PHP extension" arch=("i686" "x86_64") license=("PHP") url="http://www.php.net" -depends=("php" "libfbclient") +depends=("php" "libfbclient" "autoconf") source=("http://www.php.net/distributions/php-${pkgver}.tar.bz2" "interbase.ini" "php-interbase.install") install="php-interbase.install" -md5sums=("704cd414a0565d905e1074ffdc1fadfb" +md5sums=("dd3288ed5c08cd61ac5bf619cb357521" "1294b282b70e9c1bf4f267b74f491baa" "ff954eff6ce4fd1660732f7c9a28fbfc") diff --git a/php-pdo-firebird/PKGBUILD b/php-pdo-firebird/PKGBUILD index 6d423e265..920b4f3ec 100644 --- a/php-pdo-firebird/PKGBUILD +++ b/php-pdo-firebird/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Ricardo Obregón pkgname="php-pdo-firebird" -pkgver=5.3.8 -pkgrel=3 +pkgver=5.3.9 +pkgrel=1 pkgdesc="Interbase/Firebird PHP PDO extension" arch=("i686" "x86_64") license=("PHP") @@ -12,9 +12,9 @@ source=("http://www.php.net/distributions/php-${pkgver}.tar.bz2" "pdo_firebird.ini" "php-pdo-firebird.install") install="php-pdo-firebird.install" -md5sums=("704cd414a0565d905e1074ffdc1fadfb" - "4a23b02aaa079d4419dad09b41b1f3a2" - "2e53b86eaa1e812bc798dbc0ab7e258d") +md5sums=('dd3288ed5c08cd61ac5bf619cb357521' + '4a23b02aaa079d4419dad09b41b1f3a2' + '2e53b86eaa1e812bc798dbc0ab7e258d') build() { cd ${srcdir}/php-${pkgver}/ext/pdo_firebird diff --git a/ppub/PKGBUILD b/ppub/PKGBUILD index 72b375dc0..57908b758 100644 --- a/ppub/PKGBUILD +++ b/ppub/PKGBUILD @@ -2,7 +2,7 @@ pkgname=ppub pkgver=20111107 pkgrel=1 -pkgdesc="A simple ePub reader made with pygtk." +pkgdesc="A simple ePub reader make using gtk3, python and webkit." arch=('any') url="https://github.com/sakisds/pPub" license=('GPL') diff --git a/python2-foolscap/PKGBUILD b/python2-foolscap/PKGBUILD new file mode 100644 index 000000000..28b761a3d --- /dev/null +++ b/python2-foolscap/PKGBUILD @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Chris Brannon +# Contributor: giniu +pkgname=python2-foolscap +pkgver=0.6.3 +pkgrel=2 +pkgdesc="RPC protocol for Python and Twisted" +license=('MIT') +url="http://foolscap.lothar.com/" +arch=(any) +depends=('twisted' 'python2' 'python2-pyopenssl') +makedepends=('python2-distribute') +options=(!emptydirs) +conflicts=(python-foolscap) +replaces=(python-foolscap) +source=("http://foolscap.lothar.com/releases/foolscap-${pkgver}.tar.gz") + +package() { + cd "$srcdir/foolscap-$pkgver" + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE" +} +md5sums=('38782e3b64d3a0beea1ae03dd9ca137f') diff --git a/qore/PKGBUILD b/qore/PKGBUILD new file mode 100644 index 000000000..a8ef9821e --- /dev/null +++ b/qore/PKGBUILD @@ -0,0 +1,61 @@ +# This is an example PKGBUILD file. Use this as a start to creating your own, +# and remove these comments. For more information, see 'man PKGBUILD'. +# NOTE: Please fill out the license field for your package! If it is unknown, +# then please put 'unknown'. + +# Maintainer: Boris Shomodjvarac +pkgname=qore +pkgver=0.8.3 +pkgrel=1 +epoch= +pkgdesc="Qore is a high-level, general-purpose, interpreted, dynamic programming language." +arch=("i686" "x86_64") +url="http://www.qore.org/" +license=('GPL2', "LGPL2") +groups=() +depends=("flex" "openssl" "pcre" "bzip2" "zlib") +makedepends=() +checkdepends=() +optdepends=() +provides=() +conflicts=() +replaces=() +backup=() +options=() +install= +changelog= +source=("http://sourceforge.net/projects/qore/files/$pkgname/$pkgver/${pkgname}-${pkgver}.tar.bz2" "configure.patch" "QoreLib.cpp.patch") +noextract=() +md5sums=('972ee75296cc4794cb3a538cdb4a3c1d' + 'f8ab1b73e943931888630590a934bfe2' + 'e652c14baba41729c94fe74d79968c16') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + _CONFIGURE_OPTS="--prefix=/usr --disable-static --disable-debug" + [ "$CARCH" = "x86_64" ] && _CONFIGURE_OPTS="$_CONFIGURE_OPTS --enable-64bit" + + cp ../../configure.patch . + cp ../../QoreLib.cpp.patch lib/ + + patch < configure.patch + cd lib && patch < QoreLib.cpp.patch + cd ../ + + echo "./configure $_CONFIGURE_OPTS" + ./configure $_CONFIGURE_OPTS + make +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + make -k check +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} + +# vim:set ts=2 sw=2 et: diff --git a/qore/QoreLib.cpp.patch b/qore/QoreLib.cpp.patch new file mode 100644 index 000000000..6fd061513 --- /dev/null +++ b/qore/QoreLib.cpp.patch @@ -0,0 +1,11 @@ +--- QoreLib.cpp.o 2012-01-12 16:08:17.401320607 +0100 ++++ QoreLib.cpp 2012-01-12 16:08:28.037987825 +0100 +@@ -46,7 +46,7 @@ + int qore_version_major = VERSION_MAJOR; + int qore_version_minor = VERSION_MINOR; + int qore_version_sub = VERSION_SUB; +-int qore_build_number = BUILD; ++int qore_build_number = 1; + int qore_target_bits = TARGET_BITS; + const char *qore_target_os = TARGET_OS; + const char *qore_target_arch = TARGET_ARCH; diff --git a/qore/configure.patch b/qore/configure.patch new file mode 100644 index 000000000..2b42fa90d --- /dev/null +++ b/qore/configure.patch @@ -0,0 +1,38 @@ +--- configure.o 2012-01-12 15:59:03.891292010 +0100 ++++ configure 2012-01-12 15:59:59.914628238 +0100 +@@ -16699,7 +16699,7 @@ + dir="$1" + if test -z "$dir" -o "$dir" = "/"; then + dir=/ +- lib=/lib ++ lib=/usr/lib + inc=/usr/include + else + lib="$dir/lib${LIBSUFFIX}" +@@ -16799,7 +16799,7 @@ + dir="$1" + if test -z "$dir" -o "$dir" = "/"; then + dir="/" +- lib=/lib ++ lib=/usr/lib + inc=/usr/include + else + lib="$dir/lib${LIBSUFFIX}" +@@ -16891,7 +16891,7 @@ + dir="$1" + if test -z "$dir" -o "$dir" = "/"; then + dir="/" +- lib=/lib ++ lib=/usr/lib + inc=/usr/include + else + lib="$dir/lib${LIBSUFFIX}" +@@ -16972,7 +16972,7 @@ + dir="$1" + if test -z "$dir" -o "$dir" = "/"; then + dir="/" +- lib=/lib ++ lib=/usr/lib + inc=/usr/include + else + lib="$dir/lib${LIBSUFFIX}" diff --git a/retroshare-deb/PKGBUILD b/retroshare-deb/PKGBUILD new file mode 100644 index 000000000..36e6d97f8 --- /dev/null +++ b/retroshare-deb/PKGBUILD @@ -0,0 +1,31 @@ +#Maintainer Thomas Schneider +pkgname=retroshare-deb +_pkgname=retroshare +_pkgver=0.5.2 +pkgver=${_pkgver}a +pkgrel=1 +pkgdesc="Serverless encrypted instant messenger with filesharing, chatgroups, e-mail.Based on the deb package (PKGBUILD is rgiht now an ugly hack and not ready for every day useage is still missing deps)" +arch=('i686' 'x86_64') +url="http://retroshare.sourceforge.net/" +license=('LGPL' 'GPL') +depends=('qt' 'openssl' 'libupnp' 'gpgme' 'libgnome-keyring' 'mesa' 'libxss') +install="retroshare.install" +source=("http://dfn.dl.sourceforge.net/project/retroshare/RetroShare/0.5.2a/RetroShare_${pkgver}.4550_debian_i386.deb" +"retroshare.desktop") + +build(){ +cd $srcdir +ar x ../RetroShare*deb +tar xfz data.tar.gz +rm *.tar.gz +} + +package(){ +mv $srcdir/usr $pkgdir + install -D -m 644 \ + "${srcdir}/${_pkgname}.desktop" \ + "${pkgdir}/usr/share/applications/${_pkgname}.desktop" +} + +md5sums=('3aa9eb8b81bd9cb49ae1ce214f0e87f9' + 'f6dc374d95c775bc587ef13841abdab2') diff --git a/retroshare-deb/retroshare.desktop b/retroshare-deb/retroshare.desktop new file mode 100644 index 000000000..0c3f56180 --- /dev/null +++ b/retroshare-deb/retroshare.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=RetroShare +GenericName=Sharing Network +Comment=Secure Communication with Your Friends +Icon=/usr/share/pixmaps/retroshare.png +Exec=/usr/bin/retroshare +Terminal=false +StartupNotify=true +Categories=Network;InstantMessaging;FileTransfer;Chat;Email; diff --git a/retroshare-deb/retroshare.install b/retroshare-deb/retroshare.install new file mode 100644 index 000000000..0fbdddde1 --- /dev/null +++ b/retroshare-deb/retroshare.install @@ -0,0 +1,25 @@ +pkgname=retroshare +pkgver=0.5.2 + +_binDir="/usr/bin/" + +post_install() { + # Update Desktop DB + if [ "x`which update-desktop-database 2>/dev/null`" != "x" ]; then + echo "Update desktop database." + update-desktop-database -q ; + fi +} + +post_upgrade() { + post_install +} + +post_remove() { + # Update Desktop DB + if [ "x`which update-desktop-database 2>/dev/null`" != "x" ]; then + echo "Update desktop database." + update-desktop-database -q ; + fi +} + diff --git a/stepmania/22_all_ffmpeg_fix.patch b/stepmania/22_all_ffmpeg_fix.patch deleted file mode 100644 index ba94ed477..000000000 --- a/stepmania/22_all_ffmpeg_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r dfb471448009 src/arch/MovieTexture/MovieTexture_FFMpeg.cpp ---- a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp Tue Apr 05 22:41:41 2011 -0400 -+++ b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp Thu Apr 07 18:06:03 2011 +0300 -@@ -671,7 +671,7 @@ - #if defined(MACOSX) || defined(_MSC_VER) // still using older ffmpeg versions - int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size ) - #else // assume ffmpeg 0.6 on *nix -- int URLRageFile_write( avcodec::URLContext *h, unsigned char *buf, int size ) -+ int URLRageFile_write( avcodec::URLContext *h, const unsigned char *buf, int size ) - #endif - { - RageFileBasic *f = (RageFileBasic *) h->priv_data; diff --git a/stepmania/23_all_ffmpeg_fix2.patch b/stepmania/23_all_ffmpeg_fix2.patch deleted file mode 100644 index f23bf4a36..000000000 --- a/stepmania/23_all_ffmpeg_fix2.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 6e3a8fd590de src/arch/MovieTexture/MovieTexture_FFMpeg.cpp ---- a/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp Thu Jul 07 21:54:14 2011 -0400 -+++ b/src/arch/MovieTexture/MovieTexture_FFMpeg.cpp Fri Jul 08 21:59:58 2011 +0300 -@@ -519,7 +519,7 @@ - - ++m_iFrameNumber; - -- if( m_Frame.pict_type == FF_B_TYPE ) -+ if( m_Frame.pict_type == avcodec::FF_B_TYPE ) - m_bHadBframes = true; - - if( m_iFrameNumber == 0 ) diff --git a/stepmania/PKGBUILD b/stepmania/PKGBUILD old mode 100644 new mode 100755 index e0d8ce538..c19db3f5b --- a/stepmania/PKGBUILD +++ b/stepmania/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: ZipFile pkgname=stepmania -pkgver=5_preview4 -pkgrel=2 +pkgver=5_alpha1 +pkgrel=1 pkgdesc="A free dance and rhythm game (was previously sm-ssc)" url="http://www.stepmania.com/" license="MIT" @@ -15,20 +15,13 @@ depends=('gtk2' 'libmad' 'mesa' 'glew' 'ffmpeg' 'libpng') replaces=('sm-ssc') makedepends=('pkgconfig' 'mercurial') install='stepmania.install' -source=(stepmania.sh stepmania.install 22_all_ffmpeg_fix.patch 23_all_ffmpeg_fix2.patch cut2.patch cut.patch notify.patch) -sha512sums=( -f8be7c68e2122424246216dc43bd8c8c1313d1401c3e5fa3b294a18bac6cb83843efd5a133f027abd93cd426ee185bb094efcc90daa6a963b56538e4d9dc097a -b710a927dd3a5b96f92ba9f8c4f56e107733ec6e3cbd1b5ea37b69df416f32c48ee13ec1b0b0ecef65f1ce53e5e0175cd9b0e724e64378a2ccb0a2ae3838bbec -590ed30f2df92e932f7631344547ef0dc0cb402d6929d5dd1d26880a834b96525221cce79b5511557d99404678ecbb19fb2d90ce9a1748295fdf2b03e24937d2 -22bea7bc8bbf9d9bf495b98435a9961b3f3596ed5afaa3f8e2fed02a002b961591da857ffb8a6505949cfe5323b127f108f5322880a30b1f7a50e7cf1d928767 -9d8deabd51659f96a645d6aa46f7086f004de968525470fcd4a4be15d141400d640d98790e8115cd1d90f12be7e00711451ca14745c9a82aab613ec0628b401d -5d8bb5dcc404efe40d604838c3156134b8ed5ba7e2127928c5fe72b5a23559296a8781289defc987f2188482d5271a7f38b5b1e8b7a6d4a19d970efc5b83664c -ae10a78b7bdddf44fa8a7bcdef3b15100046cf5edacbb475b59d3cf58762f1f812bd96730c633177623c59f64a100bc382d39fa0008c45ee8472ed0e4d0283da -) +source=(stepmania.sh stepmania.install) +sha512sums=('e066ac27932e795078a3a9b1073f280f10f140b2dd776f12efdc469d327d13c2fccdc87f823a32d91c9896b5ea1e98fca404cfadcf55c97ea22a179e5ca21412' + '71ea7b4b8684edd19ebff5473e23597fc391465bc33018337ada945df5e45b53961fbf66c0b49275b256b631ac692b04b9d2152ca80066373fffc16d073cba8b') _mercurial_repo=https://sm-ssc.googlecode.com/hg/ _dir=sm-ssc -_realver="SM5-Preview4" +_realver="SM5-alpha1" build() { cd $srcdir @@ -44,29 +37,27 @@ build() { fi hg update -C $_realver - msg "Starting make..." - patch -p1 < $srcdir/notify.patch || return 1 - #patch -p1 < $srcdir/archlinux.patch - patch -p1 < $srcdir/22_all_ffmpeg_fix.patch - patch -p1 < $srcdir/23_all_ffmpeg_fix2.patch - patch -p1 < $srcdir/cut.patch - patch -p1 < $srcdir/cut2.patch + msg "Starting make..." + if hash -r convert &>/dev/null; then + sed -i -e 's/splash.png/splash.xpm/g' src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp + convert Data/splash.png Data/splash.xpm + fi + + sh ./autogen.sh || return 1 + sh ./Utils/build.sh -vr || return 1 - sh ./autogen.sh || return 1 -# sh ./Utils/build.sh -f || return 1 - sh ./Utils/build.sh -c --verbose --verbose || return 1 - sed -i -e 's/ -lrt/ -lbz2 -lrt/g' _build/src/Makefile _build/Makefile - sh ./Utils/build.sh --verbose --verbose || return 1 - mkdir -p $pkgdir/opt/$pkgname Songs RandomMovies Packages - cp _build/src/{stepmania,GtkModule.so} $pkgdir/opt/$pkgname + mkdir -p $pkgdir/usr/share/ $pkgdir/opt/$pkgname Songs RandomMovies Packages + cp _build/src/{stepmania,GtkModule.so} $pkgdir/opt/$pkgname + cp -r icons $pkgdir/usr/share/ - install -D -m755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname + install -D -m755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname + install -D -m755 $pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop install -D -m644 $srcdir/$_dir/Docs/Licenses.txt $pkgdir/usr/share/licenses/$pkgname/Licenses.txt folders=`echo {Announcers,BackgroundEffects,BackgroundTransitions,BGAnimations,Characters,Courses,Data,Docs,NoteSkins,Packages,RandomMovies,Songs,Themes}` - cp -r $folders $pkgdir/opt/$pkgname + cp -r $folders $pkgdir/opt/$pkgname touch $pkgdir/opt/$pkgname/Data/SpeedMods.txt chown -R root:games $pkgdir/opt/$pkgname cd $pkgdir/opt/$pkgname diff --git a/stepmania/cut.patch b/stepmania/cut.patch deleted file mode 100644 index 6a6245dce..000000000 --- a/stepmania/cut.patch +++ /dev/null @@ -1,99 +0,0 @@ ---- sm-ssc/Utils/build.sh.orig 2011-08-13 23:59:46.353081910 +0300 -+++ sm-ssc/Utils/build.sh 2011-08-13 23:59:25.519566995 +0300 -@@ -67,7 +67,6 @@ - echo "CONFIGURE_OPTIONS are passed to StepMania's configure." - echo '' - echo ' -d, --download stop after ffmpeg download.' -- echo ' -f, --ffmpeg stop after building ffmpeg.' - echo ' -c, --configure stop after configuring StepMania.' - echo ' -s, --stepmania stop after building StepMania' - echo ' (do not copy binaries).' -@@ -98,7 +97,6 @@ - fi - - s_download= --s_ffmpeg= - s_configure= - s_stepmania= - num_jobs=1 -@@ -107,7 +105,6 @@ - shift - case $arg in - -d|--download) s_download=yes ;; -- -f|--ffmpeg) s_ffmpeg=yes ;; - -c|--configure) s_configure=yes ;; - -s|--stepmania) s_stepmania=yes ;; - -h|--help) usage 0 ;; -@@ -118,71 +115,12 @@ - *) usage 1 ;; - esac - done --version=0.6.1 --ffmpeg=ffmpeg-$version --directory=http://ffmpeg.org/releases --if [ ! -d $ffmpeg ]; then -- message 'Downloading ffmpeg' -- if which bzip2 &>/dev/null; then -- zipcommand=jxf -- ffmarc=ffmpeg-$version.tar.bz2 -- elif which gzip &>/dev/null; then -- zipcommand=zxf -- ffmarc=ffmpeg-$version.tar.gz -- else -- failure 'Install either bzip2 or gzip.' -- fi -- if which curl &>/dev/null; then -- get='curl -O' -- elif which wget &>/dev/null; then -- get=wget -- else -- failure 'Install either curl or wget.' -- fi -- call $get $directory/$ffmarc -- message 'Extracting ffmpeg' -- call tar -$zipcommand $ffmarc -- message 'Cleaning up temporary files' -- call rm $ffmarc --fi - --if [ -n "$s_download" ]; then exit 0; fi --args='--enable-static --disable-debug ----enable-memalign-hack --disable-network --enable-small ----disable-encoders --disable-ffserver ----enable-demuxer=avi ----enable-demuxer=h261 --enable-demuxer=h263 --enable-demuxer=h264 ----enable-demuxer=m4v --enable-demuxer=mjpeg --enable-demuxer=mov ----enable-demuxer=mpegps --enable-demuxer=mpegts ----enable-demuxer=mpegvideo --enable-demuxer=ogg ----enable-demuxer=rawvideo --enable-demuxer=yuv4mpegpipe ----enable-decoder=h261 --enable-decoder=h263 ----enable-decoder=h263i --enable-decoder=h264 --enable-decoder=huffyuv ----enable-decoder=mjpeg --enable-decoder=mjpegb ----enable-decoder=mpeg_xvmc --enable-decoder=mpeg1video ----enable-decoder=mpeg2video --enable-decoder=mpeg4 ----enable-decoder=mpegvideo --enable-decoder=msmpeg4v1 ----enable-decoder=msmpeg4v2 --enable-decoder=msmpeg4v3 ----enable-decoder=rawvideo --enable-decoder=theora ----enable-parser=h261 --enable-parser=h263 --enable-parser=h264 ----enable-parser=mjpeg --enable-parser=mpeg4video ----enable-parser=mpegaudio --enable-parser=mpegvideo ----enable-parser=ac3 ----extra-cflags=-Dattribute_deprecated=' --if [ ! -f $ffmpeg/_inst/lib/libavcodec.a ]; then -- cd $ffmpeg -- message 'Configuring ffmpeg' -- call ./configure --prefix="`pwd`/_inst" $args -- message 'Building ffmpeg' -- call make --jobs="$num_jobs" install-libs install-headers -- cd .. --fi --if [ -n "$s_ffmpeg" ]; then exit 0; fi - if [ ! -f _build/src/config.h ]; then - message 'Configuring StepMania' - mkdir -p _build - cd _build -- call ../configure --with-ffmpeg=../$ffmpeg/_inst "$@" -+ call ../configure --with-jpeg "$@" - cd .. - fi - if [ -n "$s_configure" ]; then exit 0; fi diff --git a/stepmania/cut2.patch b/stepmania/cut2.patch deleted file mode 100644 index a893ef2e2..000000000 --- a/stepmania/cut2.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/Utils/build.sh 2011-08-21 23:05:17.330498230 +0300 -+++ b/Utils/build.sh 2011-08-22 12:33:35.475577490 +0300 -@@ -116,26 +116,26 @@ - esac - done - --if [ ! -f _build/src/config.h ]; then -+#if [ ! -f _build/src/config.h ]; then - message 'Configuring StepMania' - mkdir -p _build - cd _build - call ../configure --with-jpeg "$@" - cd .. --fi -+#fi - if [ -n "$s_configure" ]; then exit 0; fi --if [ ! -f _build/src/stepmania ]; then -+#if [ ! -f _build/src/stepmania ]; then - message 'Building StepMania' - cd _build || failure - call make --jobs="$num_jobs" - cd .. --fi -+#fi - if [ -n "$s_stepmania" ]; then exit 0; fi --if [ ! -f stepmania -o ! -f GtkModule.so ]; then -+#if [ ! -f stepmania -o ! -f GtkModule.so ]; then - message 'Copying StepMania binaries' - call cp _build/src/stepmania . - # todo: check for existence of GtkModule.so -freem - #_build/src/GtkModule.so . # we tend to not have this file! --fi -+#fi - - - # (c) 2006-2009 Steve Checkoway diff --git a/stepmania/notify.patch b/stepmania/notify.patch deleted file mode 100644 index 1bf1db62b..000000000 --- a/stepmania/notify.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r 5ea7a482c711 Utils/build.sh ---- a/Utils/build.sh Sun Feb 20 23:07:38 2011 -0500 -+++ b/Utils/build.sh Fri Mar 11 17:24:22 2011 +0100 -@@ -5,7 +5,7 @@ - notify=0 - if which notify-send >/dev/null 2>&1; then - #Comment the following line out to disable notify. -- notify=1 -+ notify=0 - fi - - message () { diff --git a/stepmania/stepmania.install b/stepmania/stepmania.install old mode 100644 new mode 100755 index 8dceaa51a..0be196b2f --- a/stepmania/stepmania.install +++ b/stepmania/stepmania.install @@ -1,15 +1,19 @@ post_install() { - echo "==> You MUST add yourself to the games group :" + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q + echo "==> You may want to add yourself to the games group :" echo "==> sudo gpasswd -a games" - echo "==> and reboot to make this change effective." echo "==> Install your custom songs in /opt/stepmania/Songs ; you can find" echo "==> content at http://code.google.com/p/sm-ssc/wiki/FindingContent" echo "" echo "==> If you want to get your old songs from an older sm-ssc install, run :" echo "==> mv /opt/sm-ssc/Songs /opt/stepmania as root." + echo "==> And you can safely remove /opt/sm-ssc, and move ~/.sm-ssc to \"~/.stepmania-5.0\"." } post_remove() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q echo "==> Some files were left over in /opt/stepmania, such as songs." echo "==> You can delete them if you don't plan on reinstalling stepmania." } diff --git a/stepmania/stepmania.sh b/stepmania/stepmania.sh index 5eb35d476..cd67864b0 100644 --- a/stepmania/stepmania.sh +++ b/stepmania/stepmania.sh @@ -1,2 +1,3 @@ #!/bin/bash -exec /opt/stepmania/stepmania +cd /opt/stepmania +exec ./stepmania diff --git a/ttf-asana-math/PKGBUILD b/ttf-asana-math/PKGBUILD new file mode 100644 index 000000000..ffca8f741 --- /dev/null +++ b/ttf-asana-math/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: GordonGR +pkgname=ttf-asana-math +pkgver=000.947 +pkgrel=1 +license=('Custom: OFL') +depends=('fontconfig' 'xorg-font-utils') +pkgdesc="A font to typeset maths in Xe(La)TeX and Lua(La)TeX by Apostolos Syropoulos" +arch=('any') +url="http://www.ctan.org/pkg/asana-math" +source=("http://mirrors.ctan.org/fonts/Asana-Math/Asana-Math.ttf" "http://scripts.sil.org/cms/scripts/render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt") +md5sums=('a6f2fb3a4d6c68d652d8824d5937d6bf' '6ed93967ff0dc6dd9c8d31c17f817a06') +install=$pkgname.install + +build() +{ + mkdir -p $pkgdir/usr/share/fonts/TTF + cp *.ttf $pkgdir/usr/share/fonts/TTF + mkdir -p $pkgdir/usr/share/licenses/asana-math-ofl + mv 'render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt' LICENSE + cp LICENSE $pkgdir/usr/share/licenses/asana-math-ofl/ +} \ No newline at end of file diff --git a/ttf-asana-math/ttf-asana-math.install b/ttf-asana-math/ttf-asana-math.install new file mode 100644 index 000000000..506595662 --- /dev/null +++ b/ttf-asana-math/ttf-asana-math.install @@ -0,0 +1,11 @@ + post_install() { + echo -n "Updating font cache... " + fc-cache -fs >/dev/null + mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1 + mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1 + echo "done" +} + +post_upgrade() { + post_install +} \ No newline at end of file diff --git a/vim-qt-git/PKGBUILD b/vim-qt-git/PKGBUILD index ac843f455..0d8e9d71c 100644 --- a/vim-qt-git/PKGBUILD +++ b/vim-qt-git/PKGBUILD @@ -2,11 +2,11 @@ # Basically, stolen shamelessly from http://chakra-probject.org/ccr pkgname=vim-qt-git -pkgver=20111023 +pkgver=20120112 pkgrel=1 pkgdesc="A Qt powered vim GUI" arch=("i686" "x86_64") -url="http://code.google.com/p/vim-qt/" +url="https://bitbucket.org/equalsraf/vim-qt/wiki/Home" license=('custom:vim') depends=('qt' 'vim-runtime' 'gpm' 'perl' 'python>=2.7.1' 'ruby' 'libxt' 'desktop-file-utils' ) @@ -17,7 +17,7 @@ source=(qvim.desktop options=(!strip) install="${pkgname}.install" -_gitroot="git://gitorious.org/vim-qt/vim-qt.git" +_gitroot="https://bitbucket.org/equalsraf/vim-qt.git" _gitname="vim-qt" _builddir=vim-qt-build diff --git a/winamax/PKGBUILD b/winamax/PKGBUILD new file mode 100644 index 000000000..556e82827 --- /dev/null +++ b/winamax/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer: Nicoco +pkgname=winamax +pkgver=1.7.0 +pkgrel=1 +pkgdesc="Winamax poker client" +arch=('any') +url="http://www.winamax.fr/" +license=(Commercial) +source=('http://dl.vip.winamax.fr/client/wam/wam.air' 'winamax' 'winamax.desktop') + +SKIPINTEG=1 +package() { + cd "${srcdir}" + install -D -m755 "winamax" "${pkgdir}/usr/bin/winamax" + install -D -m644 "winamax.desktop" "${pkgdir}/usr/share/applications/winamax.desktop" + + install -d "${pkgdir}/opt/winamax" + cp * ${pkgdir}/opt/winamax -R + rm ${pkgdir}/opt/winamax/winamax ${pkgdir}/opt/winamax/winamax.desktop ${pkgdir}/opt/winamax/wam.air + chown root ${pkgdir}/opt/winamax -R + chmod 755 ${pkgdir}/opt/winamax -R +} diff --git a/winamax/winamax b/winamax/winamax new file mode 100644 index 000000000..92f801add --- /dev/null +++ b/winamax/winamax @@ -0,0 +1,2 @@ + #!/bin/sh + /opt/adobe-air-sdk/bin/adl -nodebug /opt/winamax/META-INF/AIR/application.xml /opt/winamax/ diff --git a/winamax/winamax.desktop b/winamax/winamax.desktop new file mode 100644 index 000000000..5f5f5be62 --- /dev/null +++ b/winamax/winamax.desktop @@ -0,0 +1,11 @@ + +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Name=Winamax Poker +GenericName=Winamax Poker +Comment= +Icon=/opt/winamax/icons/wam/icon128.png +Exec="/usr/bin/winamax" +Categories=Game +Path=/opt/winamax/ diff --git a/wmii-hg/PKGBUILD b/wmii-hg/PKGBUILD index 574ec50ba..a2f1f181a 100644 --- a/wmii-hg/PKGBUILD +++ b/wmii-hg/PKGBUILD @@ -27,7 +27,7 @@ _hgroot="http://code.suckless.org/hg" _hgrepo="wmii" build() { - LDFLAGS="$(echo ${LDFLAGS} | sed -r "s/(^|,)--as-needed(,|$)//")" + LDFLAGS="$(echo ${LDFLAGS} | sed -r "s/(^|,)--as-needed(,|$)/ /")" _flags=("PREFIX=/usr" \ "ETC=/etc" \ "DESTDIR=${pkgdir}" \ diff --git a/yle-downloader-gui/PKGBUILD b/yle-downloader-gui/PKGBUILD index 635bebcad..c0288b178 100644 --- a/yle-downloader-gui/PKGBUILD +++ b/yle-downloader-gui/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Jesse Jaara pkgname=yle-downloader-gui -pkgver=1.2 -_gitrev=7e884e6 +pkgver=1.3 +_gitrev=8926895 pkgrel=1 pkgdesc="Gui for rtmpdump-yle, a app to download videos from Yle-Areena" arch=('i686' 'x86_64') @@ -40,4 +40,4 @@ package() { cp icons/yle-downloader-gui.svg \ "${pkgdir}/usr/share/icons/hicolor/scaleable/apps/yle-downloader-gui.svg" } -md5sums=('03c5d658fcbc452f698cd3c9911656d7') +md5sums=('af5e48c3b3afa34ddef1127145ac3e26') -- 2.11.4.GIT