Date: Sunday, January 22, 2017 @ 23:34:08 Author: arojas Revision: 208453
archrelease: copy trunk to community-i686, community-x86_64 Deleted: rapidsvn/repos/community-i686/PKGBUILD rapidsvn/repos/community-i686/rapidsvn.desktop rapidsvn/repos/community-x86_64/PKGBUILD rapidsvn/repos/community-x86_64/rapidsvn.desktop -----------------------------------+ community-i686/PKGBUILD | 54 ------------------------------------ community-i686/rapidsvn.desktop | 10 ------ community-x86_64/PKGBUILD | 54 ------------------------------------ community-x86_64/rapidsvn.desktop | 10 ------ 4 files changed, 128 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-01-22 23:33:41 UTC (rev 208452) +++ community-i686/PKGBUILD 2017-01-22 23:34:08 UTC (rev 208453) @@ -1,54 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <[email protected]> -# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> -# Contributor: AqD <[email protected]> -# Contributor: TheMadsen <[email protected]> - -pkgname=rapidsvn -pkgver=0.12.1 -pkgrel=8 -pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework." -url='http://rapidsvn.tigris.org/' -arch=('i686' 'x86_64') -license=('GPL') -depends=('subversion' 'wxgtk') -makedepends=('python2' 'automake' 'libtool') -source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz - $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch) -md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b' - '349e6d9729f88868902611bb1172f134' - '44cdc7e987496e9e331f3dd5b5a871d4' - '0ffd1fd1fed7ff53578afe92730c80bc') - -prepare() { - cd $pkgname-$pkgver -# Fix build with WxGTK 3 (Debian) - patch -p1 -i ../rapidsvn-wx3.0.patch -# Fix build with subversion 1.9 (Debian) - patch -p1 -i ../rapidsvn-subversion1.9.patch -} - -build() { - cd "$srcdir"/$pkgname-$pkgver - - autoreconf -vi - - sed -i 's#src/tests/svncpp/Makefile##' configure - [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \ - --with-apu-config="`which apu-1-config`" \ - --with-apr-config="`which apr-1-config`" - - sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py - sed -i 's|python|python2|' src/locale/Makefile - - make -k -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - - make DESTDIR="$pkgdir" install - - install -Dm644 src/res/bitmaps/rapidsvn_32x32.xpm "$pkgdir"/usr/share/pixmaps/rapidsvn_32x32.xpm - install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop -} Deleted: community-i686/rapidsvn.desktop =================================================================== --- community-i686/rapidsvn.desktop 2017-01-22 23:33:41 UTC (rev 208452) +++ community-i686/rapidsvn.desktop 2017-01-22 23:34:08 UTC (rev 208453) @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=RapidSVN -Comment=SVN source viewer -Exec=rapidsvn -Icon=rapidsvn_32x32 -Terminal=false -Type=Application -Categories=GNOME;Application;Development; -StartupNotify=true Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-01-22 23:33:41 UTC (rev 208452) +++ community-x86_64/PKGBUILD 2017-01-22 23:34:08 UTC (rev 208453) @@ -1,54 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <[email protected]> -# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> -# Contributor: AqD <[email protected]> -# Contributor: TheMadsen <[email protected]> - -pkgname=rapidsvn -pkgver=0.12.1 -pkgrel=8 -pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework." -url='http://rapidsvn.tigris.org/' -arch=('i686' 'x86_64') -license=('GPL') -depends=('subversion' 'wxgtk') -makedepends=('python2' 'automake' 'libtool') -source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz - $pkgname.desktop rapidsvn-wx3.0.patch rapidsvn-subversion1.9.patch) -md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b' - '349e6d9729f88868902611bb1172f134' - '44cdc7e987496e9e331f3dd5b5a871d4' - '0ffd1fd1fed7ff53578afe92730c80bc') - -prepare() { - cd $pkgname-$pkgver -# Fix build with WxGTK 3 (Debian) - patch -p1 -i ../rapidsvn-wx3.0.patch -# Fix build with subversion 1.9 (Debian) - patch -p1 -i ../rapidsvn-subversion1.9.patch -} - -build() { - cd "$srcdir"/$pkgname-$pkgver - - autoreconf -vi - - sed -i 's#src/tests/svncpp/Makefile##' configure - [ "$NOEXTRACT" == 1 ] || ./configure --prefix=/usr \ - --with-apu-config="`which apu-1-config`" \ - --with-apr-config="`which apr-1-config`" - - sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py - sed -i 's|python|python2|' src/locale/Makefile - - make -k -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - - make DESTDIR="$pkgdir" install - - install -Dm644 src/res/bitmaps/rapidsvn_32x32.xpm "$pkgdir"/usr/share/pixmaps/rapidsvn_32x32.xpm - install -Dm644 ../$pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop -} Deleted: community-x86_64/rapidsvn.desktop =================================================================== --- community-x86_64/rapidsvn.desktop 2017-01-22 23:33:41 UTC (rev 208452) +++ community-x86_64/rapidsvn.desktop 2017-01-22 23:34:08 UTC (rev 208453) @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=RapidSVN -Comment=SVN source viewer -Exec=rapidsvn -Icon=rapidsvn_32x32 -Terminal=false -Type=Application -Categories=GNOME;Application;Development; -StartupNotify=true
