summaryrefslogtreecommitdiff
path: root/community/gebabbel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gebabbel
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gebabbel')
-rw-r--r--community/gebabbel/PKGBUILD46
-rw-r--r--community/gebabbel/gebabbel-0.4.patch7
-rw-r--r--community/gebabbel/gebabbel.changelog3
-rw-r--r--community/gebabbel/gebabbel.desktop7
4 files changed, 0 insertions, 63 deletions
diff --git a/community/gebabbel/PKGBUILD b/community/gebabbel/PKGBUILD
deleted file mode 100644
index 960143f3e..000000000
--- a/community/gebabbel/PKGBUILD
+++ /dev/null
@@ -1,46 +0,0 @@
-# $Id: PKGBUILD 85453 2013-03-01 19:08:27Z andrea $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: pfm <nl081130@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
-}
diff --git a/community/gebabbel/gebabbel-0.4.patch b/community/gebabbel/gebabbel-0.4.patch
deleted file mode 100644
index e604e5a5c..000000000
--- a/community/gebabbel/gebabbel-0.4.patch
+++ /dev/null
@@ -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 );
diff --git a/community/gebabbel/gebabbel.changelog b/community/gebabbel/gebabbel.changelog
deleted file mode 100644
index a4d1f2369..000000000
--- a/community/gebabbel/gebabbel.changelog
+++ /dev/null
@@ -1,3 +0,0 @@
-2011-02-03 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * gebabbel 0.4-4
- * moved to [community] with 37 AUR votes
diff --git a/community/gebabbel/gebabbel.desktop b/community/gebabbel/gebabbel.desktop
deleted file mode 100644
index 027b52a83..000000000
--- a/community/gebabbel/gebabbel.desktop
+++ /dev/null
@@ -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