[arch-commits] Commit in gebabbel/repos (16 files)

Felix Yan fyan at nymeria.archlinux.org
Sun Jul 6 12:06:48 UTC 2014


    Date: Sunday, July 6, 2014 @ 14:06:47
  Author: fyan
Revision: 115177

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gebabbel/repos/community-i686/PKGBUILD
    (from rev 115176, gebabbel/trunk/PKGBUILD)
  gebabbel/repos/community-i686/gebabbel-0.4.patch
    (from rev 115176, gebabbel/trunk/gebabbel-0.4.patch)
  gebabbel/repos/community-i686/gebabbel.changelog
    (from rev 115176, gebabbel/trunk/gebabbel.changelog)
  gebabbel/repos/community-i686/gebabbel.desktop
    (from rev 115176, gebabbel/trunk/gebabbel.desktop)
  gebabbel/repos/community-x86_64/PKGBUILD
    (from rev 115176, gebabbel/trunk/PKGBUILD)
  gebabbel/repos/community-x86_64/gebabbel-0.4.patch
    (from rev 115176, gebabbel/trunk/gebabbel-0.4.patch)
  gebabbel/repos/community-x86_64/gebabbel.changelog
    (from rev 115176, gebabbel/trunk/gebabbel.changelog)
  gebabbel/repos/community-x86_64/gebabbel.desktop
    (from rev 115176, gebabbel/trunk/gebabbel.desktop)
Deleted:
  gebabbel/repos/community-i686/PKGBUILD
  gebabbel/repos/community-i686/gebabbel-0.4.patch
  gebabbel/repos/community-i686/gebabbel.changelog
  gebabbel/repos/community-i686/gebabbel.desktop
  gebabbel/repos/community-x86_64/PKGBUILD
  gebabbel/repos/community-x86_64/gebabbel-0.4.patch
  gebabbel/repos/community-x86_64/gebabbel.changelog
  gebabbel/repos/community-x86_64/gebabbel.desktop

-------------------------------------+
 /PKGBUILD                           |   92 ++++++++++++++++++++++++++++++++++
 /gebabbel-0.4.patch                 |   14 +++++
 /gebabbel.changelog                 |    6 ++
 /gebabbel.desktop                   |   14 +++++
 community-i686/PKGBUILD             |   46 -----------------
 community-i686/gebabbel-0.4.patch   |    7 --
 community-i686/gebabbel.changelog   |    3 -
 community-i686/gebabbel.desktop     |    7 --
 community-x86_64/PKGBUILD           |   46 -----------------
 community-x86_64/gebabbel-0.4.patch |    7 --
 community-x86_64/gebabbel.changelog |    3 -
 community-x86_64/gebabbel.desktop   |    7 --
 12 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-06 12:06:03 UTC (rev 115176)
+++ community-i686/PKGBUILD	2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: pfm <nl081130 at yahoo.de>
-
-pkgname=gebabbel
-pkgver=0.4
-pkgrel=6
-pkgdesc="GUI for gpsbabel"
-arch=('i686' 'x86_64')
-url="http://gebabbel.sourceforge.net/"
-license=('GPL2')
-depends=('qt4' 'gpsbabel')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz \
-        http://$pkgname.sourceforge.net/GebabbelLogo.png \
-        $pkgname.desktop \
-        $pkgname-$pkgver.patch)
-sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
-            'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'
-            '0b90c6443414bc85bb1abcf59d40529d29c4c1f464ef6293ebd6e3ea1aa7674f'
-            '9ec383ceb462aab1d6561bcbad506b9c75a64866a13aeecf67f64b71807f9493')
-
-build() {
-  cd ${srcdir}/Gebabbel-$pkgver
-
-  patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
-
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}/Gebabbel-$pkgver
-
-  install -D -m755 ${srcdir}/Gebabbel-$pkgver/bin/$pkgname \
-    ${pkgdir}/usr/bin/$pkgname
-  install -D -m644 ${srcdir}/GebabbelLogo.png \
-    ${pkgdir}/usr/share/pixmaps/$pkgname.png 
-  install -D -m644 ${srcdir}/$pkgname.desktop \
-    ${pkgdir}/usr/share/applications/$pkgname.desktop
-
-  #localization
-  install -d ${pkgdir}/usr/share/$pkgname/locale
-  install -t ${pkgdir}/usr/share/$pkgname/locale/ \
-    ${srcdir}/Gebabbel-$pkgver/binincludes/translations/*.qm
-}

Copied: gebabbel/repos/community-i686/PKGBUILD (from rev 115176, gebabbel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: pfm <nl081130 at yahoo.de>
+
+pkgname=gebabbel
+pkgver=0.4
+pkgrel=7
+pkgdesc="GUI for gpsbabel"
+arch=('i686' 'x86_64')
+url="http://gebabbel.sourceforge.net/"
+license=('GPL2')
+depends=('qt4' 'gpsbabel')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz \
+        http://$pkgname.sourceforge.net/GebabbelLogo.png \
+        $pkgname.desktop \
+        $pkgname-$pkgver.patch)
+sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
+            'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'
+            '0b90c6443414bc85bb1abcf59d40529d29c4c1f464ef6293ebd6e3ea1aa7674f'
+            '9ec383ceb462aab1d6561bcbad506b9c75a64866a13aeecf67f64b71807f9493')
+
+build() {
+  cd ${srcdir}/Gebabbel-$pkgver
+
+  patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
+
+  qmake-qt4
+  make
+}
+
+package() {
+  cd ${srcdir}/Gebabbel-$pkgver
+
+  install -D -m755 ${srcdir}/Gebabbel-$pkgver/bin/$pkgname \
+    ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 ${srcdir}/GebabbelLogo.png \
+    ${pkgdir}/usr/share/pixmaps/$pkgname.png 
+  install -D -m644 ${srcdir}/$pkgname.desktop \
+    ${pkgdir}/usr/share/applications/$pkgname.desktop
+
+  #localization
+  install -d ${pkgdir}/usr/share/$pkgname/locale
+  install -t ${pkgdir}/usr/share/$pkgname/locale/ \
+    ${srcdir}/Gebabbel-$pkgver/binincludes/translations/*.qm
+}

Deleted: community-i686/gebabbel-0.4.patch
===================================================================
--- community-i686/gebabbel-0.4.patch	2014-07-06 12:06:03 UTC (rev 115176)
+++ community-i686/gebabbel-0.4.patch	2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,7 +0,0 @@
---- src/MyMainWindow.cpp	2007-09-18 22:26:49.000000000 +0200
-+++ src/MyMainWindow.cpp	2011-01-30 13:23:02.000000000 +0100
-@@ -221,3 +221,3 @@
- 		MainToolBar = addToolBar( tr( "Main Toolbar" ) );
--		MainToolBar->setIconSize( QSize::QSize( 16, 16 ) );
-+		MainToolBar->setIconSize( QSize( 16, 16 ) );
- 		MainToolBar->setAllowedAreas( Qt::TopToolBarArea );

Copied: gebabbel/repos/community-i686/gebabbel-0.4.patch (from rev 115176, gebabbel/trunk/gebabbel-0.4.patch)
===================================================================
--- community-i686/gebabbel-0.4.patch	                        (rev 0)
+++ community-i686/gebabbel-0.4.patch	2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,7 @@
+--- src/MyMainWindow.cpp	2007-09-18 22:26:49.000000000 +0200
++++ src/MyMainWindow.cpp	2011-01-30 13:23:02.000000000 +0100
+@@ -221,3 +221,3 @@
+ 		MainToolBar = addToolBar( tr( "Main Toolbar" ) );
+-		MainToolBar->setIconSize( QSize::QSize( 16, 16 ) );
++		MainToolBar->setIconSize( QSize( 16, 16 ) );
+ 		MainToolBar->setAllowedAreas( Qt::TopToolBarArea );

Deleted: community-i686/gebabbel.changelog
===================================================================
--- community-i686/gebabbel.changelog	2014-07-06 12:06:03 UTC (rev 115176)
+++ community-i686/gebabbel.changelog	2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,3 +0,0 @@
-2011-02-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* gebabbel 0.4-4
-	* moved to [community] with 37 AUR votes

Copied: gebabbel/repos/community-i686/gebabbel.changelog (from rev 115176, gebabbel/trunk/gebabbel.changelog)
===================================================================
--- community-i686/gebabbel.changelog	                        (rev 0)
+++ community-i686/gebabbel.changelog	2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,3 @@
+2011-02-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gebabbel 0.4-4
+	* moved to [community] with 37 AUR votes

Deleted: community-i686/gebabbel.desktop
===================================================================
--- community-i686/gebabbel.desktop	2014-07-06 12:06:03 UTC (rev 115176)
+++ community-i686/gebabbel.desktop	2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=Gebabbel
-Exec=gebabbel
-Icon=gebabbel
-Type=Application
-Comment=GUI for gpsbabel
-Categories=Utility;Education;
\ No newline at end of file

Copied: gebabbel/repos/community-i686/gebabbel.desktop (from rev 115176, gebabbel/trunk/gebabbel.desktop)
===================================================================
--- community-i686/gebabbel.desktop	                        (rev 0)
+++ community-i686/gebabbel.desktop	2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Gebabbel
+Exec=gebabbel
+Icon=gebabbel
+Type=Application
+Comment=GUI for gpsbabel
+Categories=Utility;Education;
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-06 12:06:03 UTC (rev 115176)
+++ community-x86_64/PKGBUILD	2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: pfm <nl081130 at yahoo.de>
-
-pkgname=gebabbel
-pkgver=0.4
-pkgrel=6
-pkgdesc="GUI for gpsbabel"
-arch=('i686' 'x86_64')
-url="http://gebabbel.sourceforge.net/"
-license=('GPL2')
-depends=('qt4' 'gpsbabel')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz \
-        http://$pkgname.sourceforge.net/GebabbelLogo.png \
-        $pkgname.desktop \
-        $pkgname-$pkgver.patch)
-sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
-            'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'
-            '0b90c6443414bc85bb1abcf59d40529d29c4c1f464ef6293ebd6e3ea1aa7674f'
-            '9ec383ceb462aab1d6561bcbad506b9c75a64866a13aeecf67f64b71807f9493')
-
-build() {
-  cd ${srcdir}/Gebabbel-$pkgver
-
-  patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
-
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}/Gebabbel-$pkgver
-
-  install -D -m755 ${srcdir}/Gebabbel-$pkgver/bin/$pkgname \
-    ${pkgdir}/usr/bin/$pkgname
-  install -D -m644 ${srcdir}/GebabbelLogo.png \
-    ${pkgdir}/usr/share/pixmaps/$pkgname.png 
-  install -D -m644 ${srcdir}/$pkgname.desktop \
-    ${pkgdir}/usr/share/applications/$pkgname.desktop
-
-  #localization
-  install -d ${pkgdir}/usr/share/$pkgname/locale
-  install -t ${pkgdir}/usr/share/$pkgname/locale/ \
-    ${srcdir}/Gebabbel-$pkgver/binincludes/translations/*.qm
-}

Copied: gebabbel/repos/community-x86_64/PKGBUILD (from rev 115176, gebabbel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: pfm <nl081130 at yahoo.de>
+
+pkgname=gebabbel
+pkgver=0.4
+pkgrel=7
+pkgdesc="GUI for gpsbabel"
+arch=('i686' 'x86_64')
+url="http://gebabbel.sourceforge.net/"
+license=('GPL2')
+depends=('qt4' 'gpsbabel')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz \
+        http://$pkgname.sourceforge.net/GebabbelLogo.png \
+        $pkgname.desktop \
+        $pkgname-$pkgver.patch)
+sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
+            'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'
+            '0b90c6443414bc85bb1abcf59d40529d29c4c1f464ef6293ebd6e3ea1aa7674f'
+            '9ec383ceb462aab1d6561bcbad506b9c75a64866a13aeecf67f64b71807f9493')
+
+build() {
+  cd ${srcdir}/Gebabbel-$pkgver
+
+  patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
+
+  qmake-qt4
+  make
+}
+
+package() {
+  cd ${srcdir}/Gebabbel-$pkgver
+
+  install -D -m755 ${srcdir}/Gebabbel-$pkgver/bin/$pkgname \
+    ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 ${srcdir}/GebabbelLogo.png \
+    ${pkgdir}/usr/share/pixmaps/$pkgname.png 
+  install -D -m644 ${srcdir}/$pkgname.desktop \
+    ${pkgdir}/usr/share/applications/$pkgname.desktop
+
+  #localization
+  install -d ${pkgdir}/usr/share/$pkgname/locale
+  install -t ${pkgdir}/usr/share/$pkgname/locale/ \
+    ${srcdir}/Gebabbel-$pkgver/binincludes/translations/*.qm
+}

Deleted: community-x86_64/gebabbel-0.4.patch
===================================================================
--- community-x86_64/gebabbel-0.4.patch	2014-07-06 12:06:03 UTC (rev 115176)
+++ community-x86_64/gebabbel-0.4.patch	2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,7 +0,0 @@
---- src/MyMainWindow.cpp	2007-09-18 22:26:49.000000000 +0200
-+++ src/MyMainWindow.cpp	2011-01-30 13:23:02.000000000 +0100
-@@ -221,3 +221,3 @@
- 		MainToolBar = addToolBar( tr( "Main Toolbar" ) );
--		MainToolBar->setIconSize( QSize::QSize( 16, 16 ) );
-+		MainToolBar->setIconSize( QSize( 16, 16 ) );
- 		MainToolBar->setAllowedAreas( Qt::TopToolBarArea );

Copied: gebabbel/repos/community-x86_64/gebabbel-0.4.patch (from rev 115176, gebabbel/trunk/gebabbel-0.4.patch)
===================================================================
--- community-x86_64/gebabbel-0.4.patch	                        (rev 0)
+++ community-x86_64/gebabbel-0.4.patch	2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,7 @@
+--- src/MyMainWindow.cpp	2007-09-18 22:26:49.000000000 +0200
++++ src/MyMainWindow.cpp	2011-01-30 13:23:02.000000000 +0100
+@@ -221,3 +221,3 @@
+ 		MainToolBar = addToolBar( tr( "Main Toolbar" ) );
+-		MainToolBar->setIconSize( QSize::QSize( 16, 16 ) );
++		MainToolBar->setIconSize( QSize( 16, 16 ) );
+ 		MainToolBar->setAllowedAreas( Qt::TopToolBarArea );

Deleted: community-x86_64/gebabbel.changelog
===================================================================
--- community-x86_64/gebabbel.changelog	2014-07-06 12:06:03 UTC (rev 115176)
+++ community-x86_64/gebabbel.changelog	2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,3 +0,0 @@
-2011-02-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* gebabbel 0.4-4
-	* moved to [community] with 37 AUR votes

Copied: gebabbel/repos/community-x86_64/gebabbel.changelog (from rev 115176, gebabbel/trunk/gebabbel.changelog)
===================================================================
--- community-x86_64/gebabbel.changelog	                        (rev 0)
+++ community-x86_64/gebabbel.changelog	2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,3 @@
+2011-02-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gebabbel 0.4-4
+	* moved to [community] with 37 AUR votes

Deleted: community-x86_64/gebabbel.desktop
===================================================================
--- community-x86_64/gebabbel.desktop	2014-07-06 12:06:03 UTC (rev 115176)
+++ community-x86_64/gebabbel.desktop	2014-07-06 12:06:47 UTC (rev 115177)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Name=Gebabbel
-Exec=gebabbel
-Icon=gebabbel
-Type=Application
-Comment=GUI for gpsbabel
-Categories=Utility;Education;
\ No newline at end of file

Copied: gebabbel/repos/community-x86_64/gebabbel.desktop (from rev 115176, gebabbel/trunk/gebabbel.desktop)
===================================================================
--- community-x86_64/gebabbel.desktop	                        (rev 0)
+++ community-x86_64/gebabbel.desktop	2014-07-06 12:06:47 UTC (rev 115177)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Gebabbel
+Exec=gebabbel
+Icon=gebabbel
+Type=Application
+Comment=GUI for gpsbabel
+Categories=Utility;Education;
\ No newline at end of file




More information about the arch-commits mailing list