[arch-commits] Commit in rapidsvn/repos (8 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Sat Nov 2 08:47:54 UTC 2013
Date: Saturday, November 2, 2013 @ 09:47:54
Author: spupykin
Revision: 100277
archrelease: copy trunk to community-i686, community-x86_64
Added:
rapidsvn/repos/community-i686/PKGBUILD
(from rev 100276, rapidsvn/trunk/PKGBUILD)
rapidsvn/repos/community-i686/rapidsvn.desktop
(from rev 100276, rapidsvn/trunk/rapidsvn.desktop)
rapidsvn/repos/community-x86_64/PKGBUILD
(from rev 100276, rapidsvn/trunk/PKGBUILD)
rapidsvn/repos/community-x86_64/rapidsvn.desktop
(from rev 100276, rapidsvn/trunk/rapidsvn.desktop)
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
-----------------------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++++++++
/rapidsvn.desktop | 20 ++++++++
community-i686/PKGBUILD | 37 ---------------
community-i686/rapidsvn.desktop | 10 ----
community-x86_64/PKGBUILD | 37 ---------------
community-x86_64/rapidsvn.desktop | 10 ----
6 files changed, 104 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-11-02 08:47:39 UTC (rev 100276)
+++ community-i686/PKGBUILD 2013-11-02 08:47:54 UTC (rev 100277)
@@ -1,37 +0,0 @@
-# $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=1
-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)
-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`"
-
- sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
- sed -i 's|python|python2|' src/locale/Makefile
-
- make -k
- 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-i686/PKGBUILD (from rev 100276, rapidsvn/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 08:47:54 UTC (rev 100277)
@@ -0,0 +1,42 @@
+# $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=2
+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)
+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`"
+
+ 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 2013-11-02 08:47:39 UTC (rev 100276)
+++ community-i686/rapidsvn.desktop 2013-11-02 08:47:54 UTC (rev 100277)
@@ -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
Copied: rapidsvn/repos/community-i686/rapidsvn.desktop (from rev 100276, rapidsvn/trunk/rapidsvn.desktop)
===================================================================
--- community-i686/rapidsvn.desktop (rev 0)
+++ community-i686/rapidsvn.desktop 2013-11-02 08:47:54 UTC (rev 100277)
@@ -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
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-11-02 08:47:39 UTC (rev 100276)
+++ community-x86_64/PKGBUILD 2013-11-02 08:47:54 UTC (rev 100277)
@@ -1,37 +0,0 @@
-# $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=1
-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)
-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`"
-
- sed -i 's|/usr/bin/env python|/usr/bin/env python2|' tools/*.py
- sed -i 's|python|python2|' src/locale/Makefile
-
- make -k
- 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-x86_64/PKGBUILD (from rev 100276, rapidsvn/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-11-02 08:47:54 UTC (rev 100277)
@@ -0,0 +1,42 @@
+# $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=2
+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)
+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`"
+
+ 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 2013-11-02 08:47:39 UTC (rev 100276)
+++ community-x86_64/rapidsvn.desktop 2013-11-02 08:47:54 UTC (rev 100277)
@@ -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
Copied: rapidsvn/repos/community-x86_64/rapidsvn.desktop (from rev 100276, rapidsvn/trunk/rapidsvn.desktop)
===================================================================
--- community-x86_64/rapidsvn.desktop (rev 0)
+++ community-x86_64/rapidsvn.desktop 2013-11-02 08:47:54 UTC (rev 100277)
@@ -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