From 851ab9aa99e9bda38f88b5f5ade096c9137e11c8 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 23 Nov 2011 16:27:38 +0000 Subject: Wed Nov 23 16:27:34 UTC 2011 --- community/acetoneiso2/PKGBUILD | 33 ------------------ community/acetoneiso2/acetoneiso2.install | 11 ------ community/gphpedit/doc-fix.patch | 20 ----------- community/gpsman/PKGBUILD | 38 --------------------- community/gpsman/gpsman.desktop | 10 ------ community/gpsman/gpsman.install | 39 ---------------------- community/gts/PKGBUILD | 30 ----------------- community/kovpn/traywindow_x86_64.patch | 20 ----------- community/lat/PKGBUILD | 33 ------------------ community/lat/lat.install | 26 --------------- .../linuxtv-dvb-apps/linuxtv-dvb-apps.install | 8 ----- community/pidgin-fonomobutton/PKGBUILD | 24 ------------- .../pidgin-fonomobutton-0.1.6-const.patch | 11 ------ .../pidgin-fonomobutton.install | 11 ------ community/qemu-launcher/PKGBUILD | 21 ------------ community/qemu-launcher/qemu-launcher.install | 11 ------ community/unetbootin/PKGBUILD | 33 ------------------ community/unetbootin/unetbootin.install | 12 ------- 18 files changed, 391 deletions(-) delete mode 100644 community/acetoneiso2/PKGBUILD delete mode 100644 community/acetoneiso2/acetoneiso2.install delete mode 100644 community/gphpedit/doc-fix.patch delete mode 100644 community/gpsman/PKGBUILD delete mode 100644 community/gpsman/gpsman.desktop delete mode 100644 community/gpsman/gpsman.install delete mode 100644 community/gts/PKGBUILD delete mode 100644 community/kovpn/traywindow_x86_64.patch delete mode 100755 community/lat/PKGBUILD delete mode 100644 community/lat/lat.install delete mode 100644 community/linuxtv-dvb-apps/linuxtv-dvb-apps.install delete mode 100644 community/pidgin-fonomobutton/PKGBUILD delete mode 100644 community/pidgin-fonomobutton/pidgin-fonomobutton-0.1.6-const.patch delete mode 100644 community/pidgin-fonomobutton/pidgin-fonomobutton.install delete mode 100644 community/qemu-launcher/PKGBUILD delete mode 100644 community/qemu-launcher/qemu-launcher.install delete mode 100644 community/unetbootin/PKGBUILD delete mode 100644 community/unetbootin/unetbootin.install (limited to 'community') diff --git a/community/acetoneiso2/PKGBUILD b/community/acetoneiso2/PKGBUILD deleted file mode 100644 index f86f0421c..000000000 --- a/community/acetoneiso2/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 58519 2011-11-13 15:33:17Z andrea $ -# Maintainer: Daniel J Griffiths -# Contributor: Andrea Scarpino -# Contributor: Wes Brewer - -pkgname=acetoneiso2 -pkgver=2.3 -pkgrel=2 -pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)" -arch=('i686' 'x86_64') -url="http://www.acetoneteam.org" -license=('GPL3') -depends=('qt' 'fuseiso' 'cdrdao' 'cdrkit' 'dvd+rw-tools' 'gnupg2' 'pinentry' 'mplayer' 'phonon') -optdepends=("p7zip: for ISO compress/decompress support") -conflicts=('acetoneiso') -install=${pkgname}.install -source=(http://downloads.sourceforge.net/acetoneiso/AcetoneISO/AcetoneISO%202.3/acetoneiso_${pkgver}.tar.gz) -md5sums=('225f7af687016690ff28b9771a1ce179') - -build() { - cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso - - qmake - # needed for phonon - sed -i 's|-I/usr/include/QtCore|-I/usr/include/QtCore -I/usr/include/KDE|' Makefile - make -} - -package() { - cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso - - make INSTALL_ROOT="${pkgdir}" install -} diff --git a/community/acetoneiso2/acetoneiso2.install b/community/acetoneiso2/acetoneiso2.install deleted file mode 100644 index 1a3984e24..000000000 --- a/community/acetoneiso2/acetoneiso2.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { -cat << EOF - --> - --> Please remember to add 'fuse' to your MODULES array in /etc/rc.conf - --> -EOF -} - -post_upgrade() { - post_install $* -} diff --git a/community/gphpedit/doc-fix.patch b/community/gphpedit/doc-fix.patch deleted file mode 100644 index 42dae5f72..000000000 --- a/community/gphpedit/doc-fix.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- gphpedit-0.9.91/src/tab.c.orig 2008-07-08 00:21:04.000000000 +0200 -+++ gphpedit-0.9.91/src/tab.c 2008-07-08 00:20:50.000000000 +0200 -@@ -562,6 +562,17 @@ - if (long_filename) - return long_filename; - -+ // For ArchLinux - KISS ;) -+ long_filename = tab_help_try_filename("/usr/share/doc/php/html/function.", command, ".html"); -+ if (long_filename) -+ return long_filename; -+ long_filename = tab_help_try_filename("/usr/share/doc/php/html/ref.", command, ".html"); -+ if (long_filename) -+ return long_filename; -+ long_filename = tab_help_try_filename("/usr/share/doc/php/html/", command, NULL); -+ if (long_filename) -+ return long_filename; -+ - // For Gentoo, as much as I love it - it's twatty to put docs in a version specific folder like this! - long_filename = tab_help_try_filename("/usr/doc/php-docs-200403/html/function.", command, ".html"); - if (long_filename) diff --git a/community/gpsman/PKGBUILD b/community/gpsman/PKGBUILD deleted file mode 100644 index 329822ed9..000000000 --- a/community/gpsman/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# $Id: PKGBUILD 11972 2010-02-24 02:57:47Z dgriffiths $ -# Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org - -pkgname=gpsman -pkgver=6.4 -pkgrel=4 -pkgdesc="GPS Manager is a graphical GPS data manager for preparing, inspectiing and editing GPS data" -arch=('i686' 'x86_64') -url="http://www.ncc.up.pt/gpsman" -license=('GPL') -depends=('tcl' 'tk') -optdepends=('gpsmanshp: shapefile support') -install=gpsman.install -source=(http://www.ncc.up.pt/gpsman/gpsmanhtml/${pkgname}-${pkgver}.tgz - 'gpsman.desktop') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - mkdir -p ${pkgdir}/usr/{bin,share/${pkgname}} - - # set path to program files - sed -i "s|set SRCDIR gmsrc|set SRCDIR /usr/share/gpsman|g" ./gpsman.tcl - install -m755 gpsman.tcl ${pkgdir}/usr/bin/gpsman.tcl - - # install a gpsman launcher - install -m755 util/gpsman.sh ${pkgdir}/usr/bin/gpsman || return 1 - - #install program files - cp -r gmsrc/* ${pkgdir}/usr/share/gpsman/ || return 1 - chmod 755 ${pkgdir}/usr/share/gpsman/*.tcl - chmod -R 755 ${pkgdir}/usr/share/gpsman/gmicons - - # install some freedesktop.org compatibility - install -D -m644 ${srcdir}/${pkgname}.desktop \ - ${pkgdir}/usr/share/applications/${pkgname}.desktop -} -md5sums=('3a47f1953e0bad1ea3a79aba0a713f1a' - '0341f110f61e57b316fad7bee483665b') diff --git a/community/gpsman/gpsman.desktop b/community/gpsman/gpsman.desktop deleted file mode 100644 index b0c359bd7..000000000 --- a/community/gpsman/gpsman.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=GPSMan -GenericName= -Comment="Graphical GPS data manager for preparing, inspectiing and editing GPS data" -Exec=/usr/bin/gpsman -Icon= -Terminal=false -MultipleArgs=false -Type=Application -Categories=Application;Science diff --git a/community/gpsman/gpsman.install b/community/gpsman/gpsman.install deleted file mode 100644 index 8b3a5092f..000000000 --- a/community/gpsman/gpsman.install +++ /dev/null @@ -1,39 +0,0 @@ -# This is a default template for a post-install scriptlet. You can -# remove any functions you don't need (and this header). - -# arg 1: the new package version -pre_install() { - /bin/true -} - -# arg 1: the new package version -post_install() { - echo - echo " : You should change the path to your gps serial device in" - echo " : /usr/bin/gpsman" - echo - echo " : Config options are stored in /usr/share/gpsman/config.tcl" -} - -# arg 1: the new package version -# arg 2: the old package version -pre_upgrade() { - /bin/true -} - -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - /bin/true -} - -# arg 1: the old package version -pre_remove() { - /bin/true -} - -# arg 1: the old package version -post_remove() { - /bin/true -} - diff --git a/community/gts/PKGBUILD b/community/gts/PKGBUILD deleted file mode 100644 index 3af73a5ed..000000000 --- a/community/gts/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: Thomas Dziedzic < gostrc at gmail > -# Contributor: Juergen Hoetzel -# Contributor: Tobias Kieslich - -pkgname=gts -pkgver=0.7.6 -pkgrel=1 -pkgdesc='GNU Triangulated Surface Library.' -arch=('i686' 'x86_64') -url='http://gts.sourceforge.net/' -license=('LGPL') -depends=('glib2') -source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('9f710aefd2ed9b3cc1b1216171fc5a8a') -options=('!libtool') - -build() { - cd ${pkgname}-${pkgver} - - ./configure \ - --prefix=/usr - - make -} - -package() { - cd ${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install -} diff --git a/community/kovpn/traywindow_x86_64.patch b/community/kovpn/traywindow_x86_64.patch deleted file mode 100644 index 8c50d425a..000000000 --- a/community/kovpn/traywindow_x86_64.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/traywindow.cpp.orig 2006-07-23 13:26:21.236380500 +0100 -+++ src/traywindow.cpp 2006-07-23 13:26:38.625467250 +0100 -@@ -107,7 +107,7 @@ - delete mDisconnectMenuItems[ manager->id() ]; - - /* I think (int) manager is unique and static enough to be used as id for the menu */ -- mContextMenu->removeItem( ( int ) manager ); -+ mContextMenu->removeItem( ( long ) manager ); - mManagerMenus.remove( manager->id() ); - mOvpnManagers.remove( manager ); - } -@@ -125,7 +125,7 @@ - - mManagerMenus[ manager->id() ] = new KPopupMenu( mContextMenu ); - /* I think (int) manager is unique and static enough to be used as id for the menu */ -- mContextMenu->insertItem( manager->id() , mManagerMenus[ manager->id() ] , ( int ) manager, 5 ); -+ mContextMenu->insertItem( manager->id() , mManagerMenus[ manager->id() ] , ( long ) manager, 5 ); - - mManagerMenus[ manager->id() ] ->insertTitle( i18n( "Status: Unavailable" ), 0 ); - diff --git a/community/lat/PKGBUILD b/community/lat/PKGBUILD deleted file mode 100755 index 7093e048d..000000000 --- a/community/lat/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 5402 2009-11-08 07:59:58Z ebelanger $ -# Maintainer: Sergej Pupykin -# Contributor: William Rea - -pkgname=lat -pkgver=1.2.3 -pkgrel=2 -pkgdesc="LDAP Administration Tool" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/ldap-at/" -license=("GPL") -depends=('gnome-keyring' 'gtk-sharp-2' 'avahi' 'gnome-sharp' 'rarian') -makedepends=('gettext' 'intltool' 'pkgconfig') -install=$pkgname.install -source=(http://downloads.sourceforge.net/ldap-at/lat-$pkgver.tar.gz) -md5sums=('0725508d180720d260a70c5b39d387ba') -sha1sums=('52e2de528d2fa35519b2d67cd2937d4d524001de') - -build() { - export MONO_SHARED_DIR="$srcdir/.wabi" - mkdir -p $MONO_SHARED_DIR - cd "$srcdir/lat-$pkgver" - find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} \; - if [ -f omf.make ]; then - sed -i -e 's/-scrollkeeper-update.*//' omf.make - fi - - ./configure --prefix=/usr --enable-avahi=yes || return 1 - make || return 1 - make DESTDIR="$pkgdir" install || return 1 - - rm -rf $MONO_SHARED_DIR -} diff --git a/community/lat/lat.install b/community/lat/lat.install deleted file mode 100644 index 70bbdd964..000000000 --- a/community/lat/lat.install +++ /dev/null @@ -1,26 +0,0 @@ -pkgname=lat - -post_install() { - scrolls=(`pacman -Ql $pkgname | grep 'share/omf/.*\.omf$' | awk '{ print $2 }'`) - - for scroll in "${scrolls[@]}" ; do - scrollkeeper-install -q -p var/lib/scrollkeeper "$scroll" - done -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - scrolls=(`pacman -Ql $pkgname | grep 'share/omf/.*\.omf$' | awk '{ print $2 }'`) - - for scroll in "${scrolls[@]}" ; do - scrollkeeper-uninstall -q -p var/lib/scrollkeeper "$scroll" - done -} - diff --git a/community/linuxtv-dvb-apps/linuxtv-dvb-apps.install b/community/linuxtv-dvb-apps/linuxtv-dvb-apps.install deleted file mode 100644 index a260be22b..000000000 --- a/community/linuxtv-dvb-apps/linuxtv-dvb-apps.install +++ /dev/null @@ -1,8 +0,0 @@ -# arg 1: the new package version -# arg 2: the old package version -post_upgrade() { - echo ">>> Some initial-tuning-data files have been installed under" - echo ">>> /usr/share/dvb-utils/scan/" - echo ">>> you can use them to generate your channel.conf file" -} - diff --git a/community/pidgin-fonomobutton/PKGBUILD b/community/pidgin-fonomobutton/PKGBUILD deleted file mode 100644 index ec1bbda62..000000000 --- a/community/pidgin-fonomobutton/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 5894 2009-11-22 13:10:00Z giovanni $ -# Maintainer: Giovanni Scafora - -pkgname=pidgin-fonomobutton -pkgver=0.1.6 -pkgrel=1 -pkgdesc="Adds a video-chat button to the the conversation window" -arch=('i686' 'x86_64') -url="http://www.fonomo.com/software/pidgin.html" -license=('GPL') -depends=('pidgin') -install=pidgin-fonomobutton.install -source=(ftp://ftp.grokthis.net/pub/fonomo/${pkgname}-${pkgver}.tar.bz2 - pidgin-fonomobutton-0.1.6-const.patch) -md5sums=('020673634143b2e5a3c3ea6e76c4cdce' - '33c266437cd6f707e8f02eda3b485406') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i ${srcdir}/pidgin-fonomobutton-0.1.6-const.patch || return 1 - make all || return 1 - install -Dm755 fonomobutton.so "${pkgdir}/usr/lib/pidgin/fonomobutton.so" - install -Dm644 camera-fonomo.png "${pkgdir}/usr/share/icons/hicolor/22x22/devices/camera-fonomo.png" -} diff --git a/community/pidgin-fonomobutton/pidgin-fonomobutton-0.1.6-const.patch b/community/pidgin-fonomobutton/pidgin-fonomobutton-0.1.6-const.patch deleted file mode 100644 index e57648840..000000000 --- a/community/pidgin-fonomobutton/pidgin-fonomobutton-0.1.6-const.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/fonomobutton.c 2008-10-20 01:06:40.000000000 -0700 -+++ b/fonomobutton.c 2009-11-22 10:40:48.000000000 -0800 -@@ -88,7 +88,7 @@ - { - GtkWidget *button, *image, *sep; - GtkIconInfo *icoinfo; -- gchar *iconames[]={"camera-web", "camera-fonomo"}; -+ const gchar *iconames[]={"camera-web", "camera-fonomo"}; - - button = gtk_button_new(); - gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); diff --git a/community/pidgin-fonomobutton/pidgin-fonomobutton.install b/community/pidgin-fonomobutton/pidgin-fonomobutton.install deleted file mode 100644 index 21b79d2d4..000000000 --- a/community/pidgin-fonomobutton/pidgin-fonomobutton.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} diff --git a/community/qemu-launcher/PKGBUILD b/community/qemu-launcher/PKGBUILD deleted file mode 100644 index 26f64a630..000000000 --- a/community/qemu-launcher/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Contributor: Jaroslaw Swierczynski -# Contributor: cs-cam - -pkgname=qemu-launcher -pkgver=1.7.4 -pkgrel=2 -pkgdesc="GNOME/Gtk front-end for the Qemu x86 PC emulator" -url="http://gna.org/projects/qemulaunch" -license=('GPL') -arch=('i686' 'x86_64') -source=(http://download.gna.org/qemulaunch/1.7.x/${pkgname}_$pkgver.tar.gz) -depends=('qemu' 'gtk2-perl' 'glade-perl' 'perl-locale-gettext' 'xdg-utils') -makedepends=('libxml2') -install=qemu-launcher.install -md5sums=('bd71fd543bd2723c7ea54de81f7ccabf') - -build() { - cd $startdir/src/$pkgname-$pkgver - make PREFIX=/usr DESTDIR=$startdir/pkg install - ln -s qemu-launcher-32x32.xpm $startdir/pkg/usr/share/pixmaps/qemu-launcher.xpm -} diff --git a/community/qemu-launcher/qemu-launcher.install b/community/qemu-launcher/qemu-launcher.install deleted file mode 100644 index c5571196e..000000000 --- a/community/qemu-launcher/qemu-launcher.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_upgrade() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} - -post_remove() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true -} diff --git a/community/unetbootin/PKGBUILD b/community/unetbootin/PKGBUILD deleted file mode 100644 index 8f10db3a5..000000000 --- a/community/unetbootin/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 56275 2011-10-04 15:12:06Z arodseth $ -# Contributor: Det -# Contributor: Godane aka Christopher Rogers -pkgname=unetbootin -pkgver=555 -pkgrel=1 -pkgdesc="Lets you create bootable Live USB drives" -url="http://unetbootin.sourceforge.net/" -license=('GPL') -arch=('x86_64' 'i686') -depends=('syslinux' 'p7zip' 'qt' 'mtools') -optdepends=('gksu: for graphically requesting the root password' - 'kdebase-runtime: for graphically requesting the root password') -install=${pkgname}.install -source=(http://downloads.sourceforge.net/project/${pkgname}/UNetbootin/${pkgver}/${pkgname}-source-${pkgver}.tar.gz) -sha1sums=('52adee7c2bf05834d59231e6a06ff8522203f4de') - -build() { - lupdate ${pkgname}.pro - lrelease ${pkgname}.pro - qmake - make -} - -package() { - install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" - mkdir -p "${pkgdir}/usr/share/${pkgname}" - install -m644 ${pkgname}_*.qm "${pkgdir}/usr/share/${pkgname}/" - install -Dm644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop" - for i in 16x16 22x22 24x24 32x32 48x48 256x256; do - install -D ${pkgname}_${i/x*/}.png "${pkgdir}/usr/share/icons/hicolor/${i}/apps/${pkgname}.png" - done -} diff --git a/community/unetbootin/unetbootin.install b/community/unetbootin/unetbootin.install deleted file mode 100644 index a09dc920d..000000000 --- a/community/unetbootin/unetbootin.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} \ No newline at end of file -- cgit v1.2.3-54-g00ecf