summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/keysafe/PKGBUILD32
-rw-r--r--community/keysafe/keysafe.install22
-rw-r--r--community/lesspipe/PKGBUILD38
-rw-r--r--community/lesspipe/lesspipe.sh1
-rw-r--r--community/virtualbox/usb-2.0.patch161
-rw-r--r--community/xchat-systray-integration/PKGBUILD37
-rw-r--r--community/xchat-systray-integration/default-icons.patch37
-rw-r--r--community/xchat-systray-integration/segfault-fix.patch27
-rw-r--r--community/zathura/zathura-poppler-0.16.patch13
-rw-r--r--community/zathura/zathura.desktop8
10 files changed, 0 insertions, 376 deletions
diff --git a/community/keysafe/PKGBUILD b/community/keysafe/PKGBUILD
deleted file mode 100644
index 769cf6a6e..000000000
--- a/community/keysafe/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 30798 2010-10-21 09:25:54Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Magnus Therning <magnus@therning.org>
-
-pkgname=keysafe
-pkgver=0.5
-pkgrel=1
-pkgdesc="A safe place to keep your passwords"
-arch=('i686' 'x86_64')
-url="http://therning.org/magnus/computer/keysafe/"
-license=('GPL')
-depends=('gnome-python' 'boost-libs' 'botan')
-makedepends=('boost' 'cython')
-install=keysafe.install
-options=(force !libtool !emptydirs)
-source=($pkgname-$pkgver.tar.gz::http://github.com/magthe/keysafe/tarball/v$pkgver)
-md5sums=('f21921888a5ea5483dd849e2a5ed924d')
-
-build() {
- cd ${srcdir}/magthe-keysafe*
- ./waf configure --prefix=/usr
- ./waf build
-}
-
-package() {
- cd ${srcdir}/magthe-keysafe*
- ./waf --destdir=${pkgdir} install
- install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
- gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" ${pkgdir}/etc/gconf/schemas/*.schemas
- rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
- rm -f ${pkgdir}/usr/etc/gconf/schemas/*.schemas
-}
diff --git a/community/keysafe/keysafe.install b/community/keysafe/keysafe.install
deleted file mode 100644
index b650e8e97..000000000
--- a/community/keysafe/keysafe.install
+++ /dev/null
@@ -1,22 +0,0 @@
-pkgname=keysafe
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
- update-desktop-database -q
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
- update-desktop-database -q
-}
diff --git a/community/lesspipe/PKGBUILD b/community/lesspipe/PKGBUILD
deleted file mode 100644
index 930399ce3..000000000
--- a/community/lesspipe/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 14692 2010-04-07 09:06:46Z spupykin $
-# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
-# Contributor: solsTiCe d'Hiver <solstice.dhiver@gmail.com>
-
-pkgname=lesspipe
-pkgver=1.71
-pkgrel=1
-pkgdesc='an input filter for the pager less'
-depends=('less')
-arch=('i686' 'x86_64')
-license=('GPL')
-optdepends=('rpmextract: support for rpm files'
- 'fastjar: support for jar files'
- 'unzip: support for zip files'
- 'unrar: support for rar files'
- 'p7zip: support for 7za files'
- 'cabextract: support for cab files'
- 'cdrkit: support for iso files'
- 'html2text: support for html files'
- 'antiword: support for word file'
- 'unrtf: support for rtf file'
- 'imagemagick: support for some image file')
-url="http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html"
-source=(http://www-zeuthen.desy.de/~friebel/unix/less/lesspipe.tar.gz \
- lesspipe.sh)
-md5sums=('6d921dc4ce9809d405cb8d694ac7cbbd'
- '675b56f560c600f43108adfd98222251')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- ./configure --prefix=/usr --yes
- make || return 1
- mkdir -p $pkgdir/usr/share/man/man1
- make install PREFIX=$pkgdir/usr || return 1
-
- install -D $srcdir/lesspipe.sh $pkgdir/etc/profile.d/lesspipe.sh
-}
diff --git a/community/lesspipe/lesspipe.sh b/community/lesspipe/lesspipe.sh
deleted file mode 100644
index ae6076f6b..000000000
--- a/community/lesspipe/lesspipe.sh
+++ /dev/null
@@ -1 +0,0 @@
-export LESSOPEN='|/usr/bin/lesspipe.sh %s'
diff --git a/community/virtualbox/usb-2.0.patch b/community/virtualbox/usb-2.0.patch
deleted file mode 100644
index 38aa36ef4..000000000
--- a/community/virtualbox/usb-2.0.patch
+++ /dev/null
@@ -1,161 +0,0 @@
-Index: Config.kmk
-===================================================================
---- Config.kmk (revision 37751)
-+++ Config.kmk (revision 37752)
-@@ -409,6 +409,9 @@
- ifdef VBOX_WITH_USB
- VBOX_WITH_VUSB = 1
- endif
-+ifdef VBOX_WITH_EHCI
-+ VBOX_WITH_EHCI_IMPL = 1
-+endif
- # Enable the hal/sysfs USB code on Linux.
- ifeq ($(KBUILD_TARGET),linux)
- VBOX_USB_WITH_SYSFS = 1
-@@ -920,7 +923,7 @@
- #
- ifdef VBOX_OSE
- VBOX_WITH_VRDP=
-- VBOX_WITH_EHCI=
-+ VBOX_WITH_EHCI_IMPL=
- VBOX_WITH_EXTPACK_PUEL=
- VBOX_WITH_PCI_PASSTHROUGH=
- VBOX_WITH_OS2_ADDITIONS_BIN=
-Index: src/VBox/Devices/Makefile.kmk
-===================================================================
---- src/VBox/Devices/Makefile.kmk (revision 37751)
-+++ src/VBox/Devices/Makefile.kmk (revision 37752)
-@@ -57,8 +57,8 @@
- ifdef VBOX_WITH_USB
- VBoxDDU_DEFS += VBOX_WITH_USB IN_USBLIB
- VBoxDDU_SDKS.win = WINPSDK W2K3DDK
-- if defined(VBOX_WITH_EHCI) && !defined(VBOX_WITH_EXTPACK_PUEL)
-- VBoxDDU_DEFS += VBOX_WITH_EHCI
-+ if defined(VBOX_WITH_EHCI_IMPL) && !defined(VBOX_WITH_EXTPACK_PUEL)
-+ VBoxDDU_DEFS += VBOX_WITH_EHCI_IMPL
- endif
- ifdef VBOX_WITH_NEW_USB_CODE_ON_DARWIN
- VBoxDDU_DEFS.darwin += VBOX_WITH_NEW_USB_CODE_ON_DARWIN
-@@ -122,8 +122,8 @@
- VBoxDD_DEFS = VBOX_ACPI
- ifdef VBOX_WITH_USB
- VBoxDD_DEFS += VBOX_WITH_USB
-- if defined(VBOX_WITH_EHCI) && !defined(VBOX_WITH_EXTPACK_PUEL)
-- VBoxDD_DEFS += VBOX_WITH_EHCI
-+ if defined(VBOX_WITH_EHCI_IMPL) && !defined(VBOX_WITH_EXTPACK_PUEL)
-+ VBoxDD_DEFS += VBOX_WITH_EHCI_IMPL
- endif
- endif
- ifdef VBOX_WITH_VUSB
-@@ -448,8 +448,8 @@
- endif
- ifdef VBOX_WITH_USB
- DevicesR3_DEFS += VBOX_WITH_USB
-- if defined(VBOX_WITH_EHCI) && !defined(VBOX_WITH_EXTPACK_PUEL)
-- DevicesR3_DEFS += VBOX_WITH_EHCI
-+ if defined(VBOX_WITH_EHCI_IMPL) && !defined(VBOX_WITH_EXTPACK_PUEL)
-+ DevicesR3_DEFS += VBOX_WITH_EHCI_IMPL
- DevicesR3_SOURCES += \
- USB/DevEHCI.cpp
- endif
-@@ -603,8 +603,8 @@
-
- ifdef VBOX_WITH_USB
- VBoxDDGC_DEFS += VBOX_WITH_USB
-- if defined(VBOX_WITH_EHCI) && !defined(VBOX_WITH_EXTPACK_PUEL)
-- VBoxDDGC_DEFS += VBOX_WITH_EHCI
-+ if defined(VBOX_WITH_EHCI_IMPL) && !defined(VBOX_WITH_EXTPACK_PUEL)
-+ VBoxDDGC_DEFS += VBOX_WITH_EHCI_IMPL
- VBoxDDGC_SOURCES += \
- USB/DevEHCI.cpp
- endif
-@@ -708,8 +708,8 @@
- endif
- ifdef VBOX_WITH_USB
- VBoxDDR0_DEFS += VBOX_WITH_USB
-- if defined(VBOX_WITH_EHCI) && !defined(VBOX_WITH_EXTPACK_PUEL)
-- VBoxDDR0_DEFS += VBOX_WITH_EHCI
-+ if defined(VBOX_WITH_EHCI_IMPL) && !defined(VBOX_WITH_EXTPACK_PUEL)
-+ VBoxDDR0_DEFS += VBOX_WITH_EHCI_IMPL
- VBoxDDR0_SOURCES += \
- USB/DevEHCI.cpp
- endif
-Index: src/VBox/Devices/build/VBoxDD.cpp
-===================================================================
---- src/VBox/Devices/build/VBoxDD.cpp (revision 37751)
-+++ src/VBox/Devices/build/VBoxDD.cpp (revision 37752)
-@@ -132,7 +132,7 @@
- if (RT_FAILURE(rc))
- return rc;
- #endif
--#ifdef VBOX_WITH_EHCI
-+#ifdef VBOX_WITH_EHCI_IMPL
- rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceEHCI);
- if (RT_FAILURE(rc))
- return rc;
-Index: src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp
-===================================================================
---- src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (revision 37751)
-+++ src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (revision 37752)
-@@ -62,7 +62,7 @@
- #ifdef VBOX_WITH_USB
- # undef LOG_GROUP
- # include "../USB/DevOHCI.cpp"
--# ifdef VBOX_WITH_EHCI
-+# ifdef VBOX_WITH_EHCI_IMPL
- # include "../USB/DevEHCI.cpp"
- # endif
- #endif
-@@ -928,7 +928,7 @@
- GEN_CHECK_OFF(OHCI, StatDroppedUrbs);
- GEN_CHECK_OFF(OHCI, StatTimer);
- # endif
--# ifdef VBOX_WITH_EHCI
-+# ifdef VBOX_WITH_EHCI_IMPL
- /* USB/DevEHCI.cpp */
- GEN_CHECK_SIZE(EHCIHUBPORT);
- GEN_CHECK_OFF(EHCIHUBPORT, fReg);
-@@ -1005,7 +1005,7 @@
- GEN_CHECK_OFF(EHCI, pEOFTimerNoSyncRC);
- GEN_CHECK_OFF(EHCI, pEOFTimerNoSyncR3);
- GEN_CHECK_OFF(EHCI, pEOFTimerNoSyncR0);
--# endif /* VBOX_WITH_EHCI */
-+# endif /* VBOX_WITH_EHCI_IMPL */
- #endif /* VBOX_WITH_USB */
-
- /* VMMDev/VBoxDev.cpp */
-Index: src/VBox/Devices/testcase/tstDeviceStructSize.cpp
-===================================================================
---- src/VBox/Devices/testcase/tstDeviceStructSize.cpp (revision 37751)
-+++ src/VBox/Devices/testcase/tstDeviceStructSize.cpp (revision 37752)
-@@ -67,7 +67,7 @@
- #ifdef VBOX_WITH_USB
- # undef LOG_GROUP
- # include "../USB/DevOHCI.cpp"
--# ifdef VBOX_WITH_EHCI
-+# ifdef VBOX_WITH_EHCI_IMPL
- # include "../USB/DevEHCI.cpp"
- # endif
- #endif
-@@ -284,7 +284,7 @@
- #endif
- //CHECK_MEMBER_ALIGNMENT(E1KSTATE, csTx, 8);
- #ifdef VBOX_WITH_USB
--# ifdef VBOX_WITH_EHCI
-+# ifdef VBOX_WITH_EHCI_IMPL
- CHECK_MEMBER_ALIGNMENT(EHCI, RootHub, 8);
- # ifdef VBOX_WITH_STATISTICS
- CHECK_MEMBER_ALIGNMENT(EHCI, StatCanceledIsocUrbs, 8);
-Index: src/VBox/Devices/testcase/Makefile.kmk
-===================================================================
---- src/VBox/Devices/testcase/Makefile.kmk (revision 37751)
-+++ src/VBox/Devices/testcase/Makefile.kmk (revision 37752)
-@@ -28,7 +28,7 @@
- VBOX_DEVICES_TESTS_FEATURES = \
- $(if $(VBOX_WITH_RAW_MODE),VBOX_WITH_RAW_MODE,) \
- $(if $(VBOX_WITH_USB),VBOX_WITH_USB,) \
-- $(if $(VBOX_WITH_EHCI),VBOX_WITH_EHCI,) \
-+ $(if $(VBOX_WITH_EHCI_IMPL),VBOX_WITH_EHCI_IMPL,) \
- $(if $(VBOX_WITH_AHCI),VBOX_WITH_AHCI,) \
- $(if $(VBOX_WITH_E1000),VBOX_WITH_E1000,) \
- $(if $(VBOX_WITH_VIRTIO),VBOX_WITH_VIRTIO,) \
diff --git a/community/xchat-systray-integration/PKGBUILD b/community/xchat-systray-integration/PKGBUILD
deleted file mode 100644
index 78317d324..000000000
--- a/community/xchat-systray-integration/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 3695 2009-10-07 08:53:45Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Tuxbubling <tuxbubling)jabber.fr>
-
-pkgname=xchat-systray-integration
-pkgver=2.4.5
-pkgrel=2
-pkgdesc="Systray integration for xchat"
-arch=(i686 x86_64)
-url="http://www.blight.tk/"
-license=("GPL")
-depends=('xchat' 'gtk2')
-makedepends=('gcc' 'gtk2' 'gdk-pixbuf')
-source=(http://downloads.sourceforge.net/sourceforge/xchat2-plugins/$pkgname-$pkgver-src.tar.gz \
- default-icons.patch \
- segfault-fix.patch)
-md5sums=('f7068053ff7cc63d5bf2fd8cfabe0c82'
- '9f7924b9423d5dd78ca8832026c9bb8e'
- 'f9fec2befb2bf0b3888f017d37a36a17')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- patch -Np1 <$startdir/src/default-icons.patch
- patch -Np1 <$startdir/src/segfault-fix.patch
- if [ "$CARCH" == "x86_64" ] ; then
- sed -re 's/-Wall/-fPIC -Wall/' -i Makefile
- fi
- make || return 1
-
- mkdir -p $startdir/pkg/usr/lib/xchat/plugins/
- cp $startdir/src/$pkgname-$pkgver/systray.so $startdir/pkg/usr/lib/xchat/plugins || return 1
- mkdir -p $startdir/pkg/usr/share/xchat-systray-integration
- cp -r src/images/{GTKTray,Menu} $startdir/pkg/usr/share/xchat-systray-integration || return 1
-
- chmod 0644 $startdir/pkg/usr/share/xchat-systray-integration/{GTKTray,Menu}/* && \
- find $pkgdir -type d -exec chmod 0755 {} \;
-}
diff --git a/community/xchat-systray-integration/default-icons.patch b/community/xchat-systray-integration/default-icons.patch
deleted file mode 100644
index db1f6bea5..000000000
--- a/community/xchat-systray-integration/default-icons.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff -Nur xchat-systray-integration-2.4.5.orig/src/menu.c xchat-systray-integration-2.4.5/src/menu.c
---- xchat-systray-integration-2.4.5.orig/src/menu.c 2004-04-30 12:38:10.000000000 +0000
-+++ xchat-systray-integration-2.4.5/src/menu.c 2005-06-09 16:30:54.609907253 +0000
-@@ -91,8 +91,8 @@
- char temp[200];
- if (filename)
- {
-- if (imagepath) sprintf(temp,"%s/Menu/%s", imagepath ,filename);
-- else sprintf(temp,"%s/Menu/%s", xchat_get_info(ph, "xchatdir"),filename);
-+ if (imagepath && 0 == access(imagepath, X_OK)) sprintf(temp,"%s/Menu/%s", imagepath ,filename);
-+ else sprintf(temp,"/usr/share/xchat-systray-integration/Menu/%s", filename);
- tempbuffer= gdk_pixbuf_new_from_file(temp,NULL);
- return tempbuffer;
- }
-diff -Nur xchat-systray-integration-2.4.5.orig/src/systray.c xchat-systray-integration-2.4.5/src/systray.c
---- xchat-systray-integration-2.4.5.orig/src/systray.c 2004-04-30 12:38:10.000000000 +0000
-+++ xchat-systray-integration-2.4.5/src/systray.c 2005-06-09 16:30:47.170967680 +0000
-@@ -117,7 +117,7 @@
- edit=TRUE;
- go_change=TRUE;
- go_identify=TRUE;
-- strcpy(imagepath,xchat_get_info(ph, "xchatdir"));
-+ strcpy(imagepath, "/usr/share/xchat-systray-integration");
-
- }
- // events handling
-@@ -190,8 +190,8 @@
- char temp[200];
- if (filename && type)
- {
-- if (imagepath) sprintf(temp,"%s/%s/%s", imagepath ,type,filename);
-- else sprintf(temp,"%s/%s/%s", xchat_get_info(ph, "xchatdir"),type,filename);
-+ if (imagepath && 0 == access(imagepath, X_OK)) sprintf(temp,"%s/%s/%s", imagepath ,type,filename);
-+ else sprintf(temp,"/usr/share/xchat-systray-integration/%s/%s", type,filename);
- #ifdef _WIN32_
- tempbuffer= ((HICON)LoadImage( tray_inst, temp, IMAGE_ICON, 16, 16, LR_LOADFROMFILE ));
- #else
diff --git a/community/xchat-systray-integration/segfault-fix.patch b/community/xchat-systray-integration/segfault-fix.patch
deleted file mode 100644
index c824f4a1e..000000000
--- a/community/xchat-systray-integration/segfault-fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Nur xchat-systray-integration-2.4.5/src/menu.c xchat-systray-integration-2.4.5-segfault-fix/src/menu.c
---- xchat-systray-integration-2.4.5/src/menu.c 2004-04-30 14:38:10.000000000 +0200
-+++ xchat-systray-integration-2.4.5-segfault-fix/src/menu.c 2004-08-25 00:34:04.321825360 +0200
-@@ -10,7 +10,6 @@
- char command[156]="exec ";
- strcat(command, bpath);
- xchat_command( ph, command );
-- g_free(command);
-
- }
-
-@@ -20,7 +19,6 @@
- char command[156]="exec ";
- strcat(command, epath);
- xchat_command( ph, command );
-- g_free(command);
-
- }
-
-@@ -30,7 +28,6 @@
- char command[156]="exec ";
- strcat(command, ppath);
- xchat_command( ph, command );
-- g_free(command);
-
- }
-
diff --git a/community/zathura/zathura-poppler-0.16.patch b/community/zathura/zathura-poppler-0.16.patch
deleted file mode 100644
index 79c22bb28..000000000
--- a/community/zathura/zathura-poppler-0.16.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-patch that fixes poppler-0.16 compatibility
-
-http://pkgs.fedoraproject.org/gitweb/?p=zathura.git;a=blob;f=zathura-0.0.8.1-poppler-0.15-fix.patch;h=1e586b3cca2be43c7f70c7c2532ea4b2371892e8;hb=master
---- zathura-0.0.8.1/zathura.c.poppler15
-+++ zathura-0.0.8.1/zathura.c
-@@ -4300,7 +4300,7 @@ cb_view_button_release(GtkWidget* widget
-
- /* get selected text */
- g_static_mutex_lock(&(Zathura.Lock.pdflib_lock));
-- char* selected_text = poppler_page_get_text(
-+ char* selected_text = poppler_page_get_selected_text(
- Zathura.PDF.pages[Zathura.PDF.page_number]->page,SELECTION_STYLE,
- &rectangle);
diff --git a/community/zathura/zathura.desktop b/community/zathura/zathura.desktop
deleted file mode 100644
index 9dea21e75..000000000
--- a/community/zathura/zathura.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Zathura
-Comment=A minimalistic PDF viewer
-Exec=zathura
-Terminal=false
-Type=Application
-Categories=Office;
-MimeType=application/pdf;