[arch-commits] Commit in rapidsvn/repos (6 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Sun Jan 5 20:35:32 UTC 2014
Date: Sunday, January 5, 2014 @ 21:35:32
Author: spupykin
Revision: 103429
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
rapidsvn/repos/community-staging-i686/
rapidsvn/repos/community-staging-i686/PKGBUILD
(from rev 103428, rapidsvn/trunk/PKGBUILD)
rapidsvn/repos/community-staging-i686/rapidsvn.desktop
(from rev 103428, rapidsvn/trunk/rapidsvn.desktop)
rapidsvn/repos/community-staging-x86_64/
rapidsvn/repos/community-staging-x86_64/PKGBUILD
(from rev 103428, rapidsvn/trunk/PKGBUILD)
rapidsvn/repos/community-staging-x86_64/rapidsvn.desktop
(from rev 103428, rapidsvn/trunk/rapidsvn.desktop)
-------------------------------------------+
community-staging-i686/PKGBUILD | 45 ++++++++++++++++++++++++++++
community-staging-i686/rapidsvn.desktop | 10 ++++++
community-staging-x86_64/PKGBUILD | 45 ++++++++++++++++++++++++++++
community-staging-x86_64/rapidsvn.desktop | 10 ++++++
4 files changed, 110 insertions(+)
Copied: rapidsvn/repos/community-staging-i686/PKGBUILD (from rev 103428, rapidsvn/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-05 20:35:32 UTC (rev 103429)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: AqD <aquila.deus at gmail.com>
+# Contributor: TheMadsen <arch at themadsens.dk>
+
+pkgname=rapidsvn
+pkgver=0.12.1
+pkgrel=6
+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' 'wxgtk2.8')
+makedepends=('python2' 'automake' 'libtool')
+source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
+ $pkgname.desktop)
+md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
+ '349e6d9729f88868902611bb1172f134')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ ./autogen.sh
+
+ 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`" \
+ --with-wx-config="`which wx-config-2.8`"
+
+ 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
+}
Copied: rapidsvn/repos/community-staging-i686/rapidsvn.desktop (from rev 103428, rapidsvn/trunk/rapidsvn.desktop)
===================================================================
--- community-staging-i686/rapidsvn.desktop (rev 0)
+++ community-staging-i686/rapidsvn.desktop 2014-01-05 20:35:32 UTC (rev 103429)
@@ -0,0 +1,10 @@
+[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
Copied: rapidsvn/repos/community-staging-x86_64/PKGBUILD (from rev 103428, rapidsvn/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-01-05 20:35:32 UTC (rev 103429)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# Contributor: AqD <aquila.deus at gmail.com>
+# Contributor: TheMadsen <arch at themadsens.dk>
+
+pkgname=rapidsvn
+pkgver=0.12.1
+pkgrel=6
+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' 'wxgtk2.8')
+makedepends=('python2' 'automake' 'libtool')
+source=(http://www.rapidsvn.org/download/release/$pkgver/rapidsvn-$pkgver.tar.gz
+ $pkgname.desktop)
+md5sums=('8de3ca6da3ef6a27d59f959d1bbcd96b'
+ '349e6d9729f88868902611bb1172f134')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ ./autogen.sh
+
+ 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`" \
+ --with-wx-config="`which wx-config-2.8`"
+
+ 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
+}
Copied: rapidsvn/repos/community-staging-x86_64/rapidsvn.desktop (from rev 103428, rapidsvn/trunk/rapidsvn.desktop)
===================================================================
--- community-staging-x86_64/rapidsvn.desktop (rev 0)
+++ community-staging-x86_64/rapidsvn.desktop 2014-01-05 20:35:32 UTC (rev 103429)
@@ -0,0 +1,10 @@
+[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
More information about the arch-commits
mailing list