summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/gimmie/ChangeLog2
-rw-r--r--community/gimmie/PKGBUILD44
-rw-r--r--community/gimmie/gimmie.install22
-rw-r--r--community/glipper-old/PKGBUILD35
-rw-r--r--community/glipper-old/arch.patch266
-rw-r--r--community/glipper/PKGBUILD38
-rw-r--r--community/glipper/glipper.install30
-rw-r--r--community/lcms2/PKGBUILD28
-rw-r--r--community/libpanelappletmm/PKGBUILD21
-rw-r--r--community/panflute/PKGBUILD42
-rw-r--r--community/panflute/panflute.install17
-rw-r--r--community/sensors-applet/FS9379.patch54
-rw-r--r--community/sensors-applet/PKGBUILD35
-rw-r--r--community/sensors-applet/sensors-applet-2.2.7-libnotify-0.7.patch57
-rw-r--r--community/sensors-applet/sensors-applet.install11
-rw-r--r--community/wtf/LICENSE10
-rw-r--r--community/wtf/PKGBUILD22
-rw-r--r--community/xmonad-log-applet/PKGBUILD33
-rw-r--r--community/xmonad-log-applet/xmonad-log-applet.install3
19 files changed, 0 insertions, 770 deletions
diff --git a/community/gimmie/ChangeLog b/community/gimmie/ChangeLog
deleted file mode 100644
index 7fd5bbf99..000000000
--- a/community/gimmie/ChangeLog
+++ /dev/null
@@ -1,2 +0,0 @@
-2007-06-26 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
diff --git a/community/gimmie/PKGBUILD b/community/gimmie/PKGBUILD
deleted file mode 100644
index 01c79a4d4..000000000
--- a/community/gimmie/PKGBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 44484 2011-04-07 20:23:57Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: György Balló <ballogy@freestart.hu>
-
-pkgname=gimmie
-pkgver=0.2.8
-pkgrel=14
-pkgdesc="desktop organizer which allows interaction with applications, contacts, documents, etc"
-arch=('i686' 'x86_64')
-url="http://beatniksoftware.com/gimmie/"
-license=('LGPL')
-depends=('libgnomecups' 'dbus-python' 'python2-gconf' 'python-gnomeapplet'
- 'python-gnomedesktop' 'python2-libgnome' 'python-wnck' 'pyxdg'
- 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('findutils' 'perlxml')
-options=(!libtool)
-install=$pkgname.install
-source=(http://www.beatniksoftware.com/gimmie/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('721b8ec80f0247e1281aeb4aa5614c2f')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -i 's@^#!.*python$@#!/usr/bin/python2@' gimmie/gimmie_{threads,bar}.py
-
- export CFLAGS="$CFLAGS `pkg-config --cflags glib-2.0`"
- export LDFLAGS="$LDFLAGS `pkg-config --libs glib-2.0`"
-
- export CFLAGS="$CFLAGS `pkg-config --cflags gtk+-2.0`"
- export LDFLAGS="$LDFLAGS `pkg-config --libs gtk+-2.0`"
-
- export CFLAGS="$CFLAGS `pkg-config --cflags pygtk-2.0`"
- export LDFLAGS="$LDFLAGS `pkg-config --libs pygtk-2.0`"
-
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir="/usr/lib/$pkgname" \
- --disable-static --disable-schemas-install \
- --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
- PYTHON=/usr/bin/python2
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
diff --git a/community/gimmie/gimmie.install b/community/gimmie/gimmie.install
deleted file mode 100644
index 015be0a4d..000000000
--- a/community/gimmie/gimmie.install
+++ /dev/null
@@ -1,22 +0,0 @@
-pkgname=gimmie
-
-post_install() {
- gconfpkg --install $pkgname
- xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
- xdg-icon-resource forceupdate
-}
diff --git a/community/glipper-old/PKGBUILD b/community/glipper-old/PKGBUILD
deleted file mode 100644
index f1b00c666..000000000
--- a/community/glipper-old/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 8877 2010-01-22 03:13:44Z dgriffiths $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Pbl Gomez <pblgomez@gmail.com>
-
-pkgname=glipper-old
-pkgver=0.95.1
-pkgrel=3
-pkgdesc="Gnome clipboard for nongnome desktop"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/glipper/"
-license=("GPL")
-depends=(libgnome libglade)
-makedepends=(pkgconfig perlxml gnome-doc-utils)
-source=(http://downloads.sourceforge.net/sourceforge/glipper/glipper-$pkgver.tar.gz \
- arch.patch)
-md5sums=('aa6524f59342d72fee8bed36e6267746'
- 'e9e9581330bbc1fe0a28fa349de02bda')
-
-build() {
- cd $startdir/src/glipper-$pkgver
-
- ln -s -f /usr/share/aclocal/gnome-doc-utils.m4 m4/gnome-doc-utils.m4
- ln -s -f /usr/share/gnome-doc-utils/gnome-doc-utils.make gnome-doc-utils.make
-
- patch -Np1 <../arch.patch && \
- mv data/glipper.png data/glipper-old.png && \
- mv help/C/glipper.xml help/C/glipper-old.xml && \
- mv data/glipper-properties.glade data/glipper-old-properties.glade && \
- mv data/glipper.desktop.in data/glipper-old.desktop.in || return 1
-
- ./configure --prefix=/usr --program-suffix=-old --disable-gnome || return 1
- make || return 1
- make DESTDIR=$startdir/pkg install || return 1
- rm -rf $startdir/pkg/usr/share/gnome
-}
diff --git a/community/glipper-old/arch.patch b/community/glipper-old/arch.patch
deleted file mode 100644
index 6045ad75c..000000000
--- a/community/glipper-old/arch.patch
+++ /dev/null
@@ -1,266 +0,0 @@
-diff -wbBur glipper-0.95.1/configure glipper-0.95.1.my/configure
---- glipper-0.95.1/configure 2006-11-21 03:42:45.000000000 +0300
-+++ glipper-0.95.1.my/configure 2007-08-09 13:27:44.000000000 +0400
-@@ -557,10 +557,10 @@
- SHELL=${CONFIG_SHELL-/bin/sh}
-
- # Identity of this package.
--PACKAGE_NAME='glipper'
--PACKAGE_TARNAME='glipper'
-+PACKAGE_NAME='glipper-old'
-+PACKAGE_TARNAME='glipper-old'
- PACKAGE_VERSION='0.95.1'
--PACKAGE_STRING='glipper 0.95.1'
-+PACKAGE_STRING='glipper-old 0.95.1'
- PACKAGE_BUGREPORT='svenrech@gmx.de'
-
- ac_unique_file="src/main.c"
-@@ -2134,7 +2134,7 @@
-
-
- # Define the identity of the package.
-- PACKAGE='glipper'
-+ PACKAGE='glipper-old'
- VERSION='0.95.1'
-
-
-@@ -2301,7 +2301,7 @@
- # GETTEXT
- ###########################################################################
-
--GETTEXT_PACKAGE="glipper"
-+GETTEXT_PACKAGE="glipper-old"
-
-
- cat >>confdefs.h <<_ACEOF
-diff -wbBur glipper-0.95.1/configure.in glipper-0.95.1.my/configure.in
---- glipper-0.95.1/configure.in 2006-11-21 03:59:24.000000000 +0300
-+++ glipper-0.95.1.my/configure.in 2007-08-09 13:35:04.000000000 +0400
-@@ -5,7 +5,7 @@
- AC_PREREQ(2.5)
-
- # Set VERSION number here
--AC_INIT(glipper, [0.95.1], [svenrech@gmx.de])
-+AC_INIT(glipper-old, [0.95.1], [svenrech@gmx.de])
- AC_CONFIG_SRCDIR([src/main.c])
- AC_CONFIG_HEADER([config.h])
- AM_INIT_AUTOMAKE
-@@ -29,7 +29,7 @@
- # GETTEXT
- ###########################################################################
-
--GETTEXT_PACKAGE="glipper"
-+GETTEXT_PACKAGE="glipper-old"
- AC_SUBST(GETTEXT_PACKAGE)
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package])
-
-diff -wbBur glipper-0.95.1/data/glipper.desktop.in glipper-0.95.1.my/data/glipper.desktop.in
---- glipper-0.95.1/data/glipper.desktop.in 2006-06-26 23:46:04.000000000 +0400
-+++ glipper-0.95.1.my/data/glipper.desktop.in 2007-08-09 13:04:01.000000000 +0400
-@@ -3,9 +3,9 @@
- _Name=Glipper
- _Comment=Clipboard Manager
- Categories=GTK;GNOME;Application;Utility;
--TryExec=glipper
--Exec=glipper
--Icon=glipper.png
-+TryExec=glipper-old
-+Exec=glipper-old
-+Icon=glipper-old.png
- Terminal=false
- Type=Application
- StartupNotify=false
-diff -wbBur glipper-0.95.1/data/Makefile.am glipper-0.95.1.my/data/Makefile.am
---- glipper-0.95.1/data/Makefile.am 2006-06-26 23:46:08.000000000 +0400
-+++ glipper-0.95.1.my/data/Makefile.am 2007-08-09 13:33:06.000000000 +0400
-@@ -1,13 +1,13 @@
- desktopdir = $(datadir)/applications
--desktop_in_files = glipper.desktop.in
-+desktop_in_files = glipper-old.desktop.in
- desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
- @INTLTOOL_DESKTOP_RULE@
-
- icondir = $(datadir)/pixmaps
--icon_DATA = glipper.png
-+icon_DATA = glipper-old.png
-
--gladedir = $(datadir)/glipper
--glade_DATA = glipper-properties.glade
-+gladedir = $(datadir)/glipper-old
-+glade_DATA = glipper-old-properties.glade
-
- EXTRA_DIST = \
- $(desktop_in_files) \
-diff -wbBur glipper-0.95.1/data/Makefile.in glipper-0.95.1.my/data/Makefile.in
---- glipper-0.95.1/data/Makefile.in 2006-11-21 03:42:44.000000000 +0300
-+++ glipper-0.95.1.my/data/Makefile.in 2007-08-09 13:16:54.000000000 +0400
-@@ -214,12 +214,12 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- desktopdir = $(datadir)/applications
--desktop_in_files = glipper.desktop.in
-+desktop_in_files = glipper-old.desktop.in
- desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
- icondir = $(datadir)/pixmaps
--icon_DATA = glipper.png
--gladedir = $(datadir)/glipper
--glade_DATA = glipper-properties.glade
-+icon_DATA = glipper-old.png
-+gladedir = $(datadir)/glipper-old
-+glade_DATA = glipper-old-properties.glade
- EXTRA_DIST = \
- $(desktop_in_files) \
- $(icon_DATA) \
-diff -wbBur glipper-0.95.1/help/Makefile.am glipper-0.95.1.my/help/Makefile.am
---- glipper-0.95.1/help/Makefile.am 2006-11-15 00:00:59.000000000 +0300
-+++ glipper-0.95.1.my/help/Makefile.am 2007-08-09 13:33:10.000000000 +0400
-@@ -1,7 +1,7 @@
- include $(top_srcdir)/gnome-doc-utils.make
- dist-hook: doc-dist-hook
-
--DOC_MODULE = glipper
-+DOC_MODULE = glipper-old
- DOC_ENTITIES =
- DOC_INCLUDES =
- DOC_FIGURES =
-diff -wbBur glipper-0.95.1/help/Makefile.in glipper-0.95.1.my/help/Makefile.in
---- glipper-0.95.1/help/Makefile.in 2006-11-21 03:42:44.000000000 +0300
-+++ glipper-0.95.1.my/help/Makefile.in 2007-08-09 13:04:40.000000000 +0400
-@@ -374,7 +374,7 @@
- _clean_dsk = $(if $(_DOC_DSK_IN),clean-doc-dsk)
- _clean_lc = $(if $(_DOC_REAL_LINGUAS),clean-doc-lc)
- _clean_dir = $(if $(DOC_MODULE),clean-doc-dir)
--DOC_MODULE = glipper
-+DOC_MODULE = glipper-old
- DOC_ENTITIES =
- DOC_INCLUDES =
- DOC_FIGURES =
-diff -wbBur glipper-0.95.1/po/POTFILES.in glipper-0.95.1.my/po/POTFILES.in
---- glipper-0.95.1/po/POTFILES.in 2006-06-26 23:46:14.000000000 +0400
-+++ glipper-0.95.1.my/po/POTFILES.in 2007-08-09 13:17:22.000000000 +0400
-@@ -1,4 +1,4 @@
- src/main.c
- src/preferences.c
--data/glipper-properties.glade
--data/glipper.desktop.in
-+data/glipper-old-properties.glade
-+data/glipper-old.desktop.in
-diff -wbBur glipper-0.95.1/src/main.c glipper-0.95.1.my/src/main.c
---- glipper-0.95.1/src/main.c 2006-11-21 03:05:53.000000000 +0300
-+++ glipper-0.95.1.my/src/main.c 2007-08-09 13:46:53.000000000 +0400
-@@ -141,7 +141,7 @@
- GError* pix_error = NULL;
-
- menuHeader = gtk_image_menu_item_new_with_label("");
-- pixbuf = gdk_pixbuf_new_from_file(PIXMAPDIR"/glipper.png", &pix_error);
-+ pixbuf = gdk_pixbuf_new_from_file(PIXMAPDIR"/glipper-old.png", &pix_error);
-
- //In case we cannot load icon, display error message and exit
- if (pix_error != NULL)
-@@ -312,7 +312,7 @@
-
- error = NULL;
- //gnome_help_display ("glipper", NULL, &error);
-- gnome_help_display_desktop(NULL, "glipper", "glipper",
-+ gnome_help_display_desktop(NULL, "glipper-old", "glipper-old",
- section, &error);
-
- if (error)
-@@ -337,7 +337,7 @@
-
- //Load trayicon
- TrayIcon = (GtkWidget*)egg_tray_icon_new("GLIPPER");
-- pixbuf = gdk_pixbuf_new_from_file(PIXMAPDIR"/glipper.png", &pix_error);
-+ pixbuf = gdk_pixbuf_new_from_file(PIXMAPDIR"/glipper-old.png", &pix_error);
-
- //In case we cannot load icon, display error message and exit
- if (pix_error != NULL)
-@@ -392,7 +392,7 @@
- "license", license,
- "name", "Glipper",
- "comments", _("Clipboardmanager for Gnome"),
-- "logo", gdk_pixbuf_new_from_file(PIXMAPDIR"/glipper.png", &pix_error),
-+ "logo", gdk_pixbuf_new_from_file(PIXMAPDIR"/glipper-old.png", &pix_error),
- "website", "http://glipper.sourceforge.net/",
- "version", VERSION,
- NULL);
-@@ -442,7 +442,7 @@
- //trys to open (or create) a file in "~/.glipper" for writing purposes:
- FILE* writeGlipperFile(char* filename)
- {
-- gchar* directory = g_build_path("/", g_get_home_dir(), ".glipper", NULL);
-+ gchar* directory = g_build_path("/", g_get_home_dir(), ".glipper-old", NULL);
- gchar* path = g_build_filename(directory, filename, NULL);
- FILE* file = fopen(path, "w");
- if (file == NULL)
-@@ -453,7 +453,7 @@
- g_warning("Can't open or create file %s!", file);
- }
- else
-- g_warning ("Can't create directory '.glipper' in user's home directory!");
-+ g_warning ("Can't create directory '.glipper-old' in user's home directory!");
- g_free(directory);
- g_free(path);
- return file;
-@@ -480,7 +480,7 @@
-
- void readHistory()
- {
-- gchar* path= g_build_filename(g_get_home_dir(), ".glipper/history", NULL);
-+ gchar* path= g_build_filename(g_get_home_dir(), ".glipper-old/history", NULL);
- FILE* histFile = fopen(path, "r");
- g_free(path);
- if (histFile != 0)
-@@ -501,7 +501,7 @@
-
- void readPreferences()
- {
-- gchar* path= g_build_filename(g_get_home_dir(), ".glipper/prefs", NULL);
-+ gchar* path= g_build_filename(g_get_home_dir(), ".glipper-old/prefs", NULL);
- FILE* prefFile = fopen(path, "r");
- g_free(path);
- free(keyComb);
-@@ -599,7 +599,7 @@
-
- //Init GTK+ (and optionally GNOME libs)
- #ifndef DISABLE_GNOME
-- gnome_program_init("glipper", VERSION, NULL, argc, argv,
-+ gnome_program_init("glipper-old", VERSION, NULL, argc, argv,
- NULL, NULL, NULL);
- #endif /*DISABLE_GNOME*/
- gtk_init (&argc, &argv);
-diff -wbBur glipper-0.95.1/src/Makefile.am glipper-0.95.1.my/src/Makefile.am
---- glipper-0.95.1/src/Makefile.am 2006-11-14 23:28:11.000000000 +0300
-+++ glipper-0.95.1.my/src/Makefile.am 2007-08-09 13:32:44.000000000 +0400
-@@ -1,6 +1,6 @@
- AM_CFLAGS = $(FR_CFLAGS) -I$(top_srcdir) \
- -DGLIPPERLOCALEDIR=\""$(glipperlocaledir)"\" -DPIXMAPDIR=\""$(datadir)/pixmaps"\" \
-- -DGLADEDIR=\""$(datadir)/glipper"\"
-+ -DGLADEDIR=\""$(datadir)/glipper-old"\"
-
- noinst_PROGRAMS=glipper
- bin_PROGRAMS=glipper
-diff -wbBur glipper-0.95.1/src/Makefile.in glipper-0.95.1.my/src/Makefile.in
---- glipper-0.95.1/src/Makefile.in 2006-11-21 03:42:44.000000000 +0300
-+++ glipper-0.95.1.my/src/Makefile.in 2007-08-09 13:03:48.000000000 +0400
-@@ -223,7 +223,7 @@
- target_alias = @target_alias@
- AM_CFLAGS = $(FR_CFLAGS) -I$(top_srcdir) \
- -DGLIPPERLOCALEDIR=\""$(glipperlocaledir)"\" -DPIXMAPDIR=\""$(datadir)/pixmaps"\" \
-- -DGLADEDIR=\""$(datadir)/glipper"\"
-+ -DGLADEDIR=\""$(datadir)/glipper-old"\"
-
- glipper_SOURCES = \
- main.c main.h preferences.c preferences.h \
-diff -wbBur glipper-0.95.1/src/preferences.c glipper-0.95.1.my/src/preferences.c
---- glipper-0.95.1/src/preferences.c 2006-07-15 17:27:49.000000000 +0400
-+++ glipper-0.95.1.my/src/preferences.c 2007-08-09 13:17:31.000000000 +0400
-@@ -8,7 +8,7 @@
- #include "main.h"
- #include "utils/glipper-i18n.h"
-
--#define GLADE_XML_FILE "glipper-properties.glade"
-+#define GLADE_XML_FILE "glipper-old-properties.glade"
-
- GtkWidget* historyLength;
- GtkWidget* itemLength;
diff --git a/community/glipper/PKGBUILD b/community/glipper/PKGBUILD
deleted file mode 100644
index 430fa5e2e..000000000
--- a/community/glipper/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 44486 2011-04-07 20:24:38Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Pbl Gomez <pblgomez@gmail.com>
-
-pkgname=glipper
-pkgver=1.0
-pkgrel=12
-pkgdesc="Clipboard for gnome desktop"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/glipper/"
-license=("GPL")
-depends=('python2-gconf' 'python-gnomeapplet' 'python2-libgnome' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'perlxml' 'gnome-doc-utils')
-optdepends=('pycrypto: encrypted connection support in Network plugin')
-install=glipper.install
-options=(!emptydirs !libtool)
-source=(http://downloads.sourceforge.net/sourceforge/glipper/$pkgname-$pkgver.tar.bz2)
-md5sums=('95315e62b950877611d4645a0b47e1ba')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
- sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \
- $pkgdir/usr/lib/glipper/glipper
-
- install -dm755 ${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
-}
diff --git a/community/glipper/glipper.install b/community/glipper/glipper.install
deleted file mode 100644
index 72012f6cd..000000000
--- a/community/glipper/glipper.install
+++ /dev/null
@@ -1,30 +0,0 @@
-pkgname=glipper
-
-post_install() {
- export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
- /usr/bin/gconftool-2 --makefile-install-rule usr/share/gconf/schemas/${pkgname}.schemas >/dev/null
- /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- echo "If you use Gnome, read http://glipper.sourceforge.net/ and remove ~/.glipper"
- echo "If you don't use Gnome, use glipper-old package"
- /bin/true
-}
-
-post_upgrade() {
- /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_remove() {
- if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
- schemas=(usr/share/gconf/schemas/${pkgname}.schemas)
- elif [ -f opt/gnome/share/gconf/schemas/${pkgname}.schemas ]; then
- schemas=(opt/gnome/share/gconf/schemas/${pkgname}.schemas)
- else
- schemas=(`pacman -Ql $pkgname | grep 'gconf/schemas/.*schemas$' | awk '{ print $2 }'`)
- fi
- export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
- usr/bin/gconftool-2 --makefile-uninstall-rule ${schemas[@]} >/dev/null
-}
-
diff --git a/community/lcms2/PKGBUILD b/community/lcms2/PKGBUILD
deleted file mode 100644
index d7c84fce9..000000000
--- a/community/lcms2/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
-pkgname=lcms2
-pkgver=2.1
-pkgrel=1
-pkgdesc="Small-footprint color management engine"
-arch=('i686' 'x86_64')
-url="http://www.littlecms.com/"
-license=('MIT')
-depends=('libtiff')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/project/lcms/lcms/$pkgver/lcms2-$pkgver.tar.gz)
-md5sums=('08036edb115ad74456dfa20b1998b5f4')
-
-build() {
- cd "$srcdir"/lcms2-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir"/lcms2-$pkgver
-
- make DESTDIR="$pkgdir/" install
- install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/libpanelappletmm/PKGBUILD b/community/libpanelappletmm/PKGBUILD
deleted file mode 100644
index 5d9f5aac3..000000000
--- a/community/libpanelappletmm/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 28934 2010-10-07 19:16:14Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-# Contributor: uastasi <uastasi@archlinux.us>
-pkgname=libpanelappletmm
-pkgver=2.26.0
-pkgrel=3
-pkgdesc="C++ library for creating GNOME panel applets"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org"
-license=('GPL')
-depends=( 'gtkmm' 'gnome-panel-bonobo' 'gconfmm')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7aa569660b7ab36c1d86a7fa0beb7458306678e46bb2b7b1fd782bbcb5eb3852')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/usr/share
- make
- make DESTDIR="${pkgdir}" install
-}
diff --git a/community/panflute/PKGBUILD b/community/panflute/PKGBUILD
deleted file mode 100644
index 22991b45c..000000000
--- a/community/panflute/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 31469 2010-10-31 21:20:40Z ibiru $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
-# Contributor: Owain Sutton <owainsutton @ gmail dot com>
-
-pkgname=panflute
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Music player interface and panel applet - successor to music-applet"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/panflute"
-license=('GPL')
-depends=('dbus-python' 'gnome-python' 'python-notify' 'pygtk' 'python-numpy' 'python-gnomeapplet')
-makedepends=('perlxml' 'gnome-doc-utils>=0.18' 'intltool' 'gnome-python-desktop' 'python-mpd')
-optdepends=('python-mpd: for mpd support')
-install=panflute.install
-source=(http://launchpad.net/${pkgname}/0.7/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3499e5e7beb9ee737898a7f1ccff9cb2')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib/panflute \
- --disable-schemas-install
-
- make
- make DESTDIR="${pkgdir}" install
-
- sed -i "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
- $(find ${pkgdir}/usr/lib/python2.7/site-packages/panflute/ -name '*.py') \
- ${pkgdir}/usr/lib/panflute/panflute-applet \
- ${pkgdir}/usr/bin/panflute-{daemon,launch-player} \
- ${pkgdir}/usr/bin/panflute-debugger \
- ${pkgdir}/usr/bin/panflute-tests
-
- install -m755 -d "${pkgdir}"/usr/share/gconf/schemas
- gconf-merge-schema "${pkgdir}"/usr/share/gconf/schemas/${pkgname}.schemas --domain ${pkgname} \
- "${pkgdir}"/etc/gconf/schemas/*.schemas
-
- rm -rf "${pkgdir}"/etc/gconf
-}
diff --git a/community/panflute/panflute.install b/community/panflute/panflute.install
deleted file mode 100644
index 078b30c4c..000000000
--- a/community/panflute/panflute.install
+++ /dev/null
@@ -1,17 +0,0 @@
-pkgname=panflute
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
-}
diff --git a/community/sensors-applet/FS9379.patch b/community/sensors-applet/FS9379.patch
deleted file mode 100644
index 5fee4e20f..000000000
--- a/community/sensors-applet/FS9379.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- sensors-applet-2.2.1.orig/plugins/nvidia/nvidia-plugin.c
-+++ sensors-applet-2.2.1/plugins/nvidia/nvidia-plugin.c
-@@ -81,7 +81,7 @@
- /* create the connection to the X server */
- if (!(nvidia_sensors_dpy = XOpenDisplay(NULL))) {
- /* no connection to the X server avaible */
-- return;
-+ return sensors;
- }
-
- /* check if the NV-CONTROL extension is available on this X
-only in patch2:
-unchanged:
---- sensors-applet-2.2.1.orig/plugins/libsensors/libsensors-plugin.c
-+++ sensors-applet-2.2.1/plugins/libsensors/libsensors-plugin.c
-@@ -258,7 +258,8 @@
- * file - if neither succeed, exit */
- if ((file = fopen (LIBSENSORS_CONFIG_FILE, "r")) == NULL) {
- if ((file = fopen (LIBSENSORS_ALTERNATIVE_CONFIG_FILE, "r")) == NULL) {
-- return;
-+ g_debug("%s: error opening libsensors config file... ", __FUNCTION__);
-+ return sensors;
- }
- }
-
-@@ -266,7 +267,8 @@
- * valid, close file and return */
- if (sensors_init(file) != 0) {
- fclose(file);
-- return;
-+ g_debug("%s: error initing libsensors from config file...", __FUNCTION__);
-+ return sensors;
- }
- fclose(file);
-
-@@ -293,7 +295,8 @@
-
- int nr = 0;
- if (sensors_init(NULL) != 0) {
-- return;
-+ g_debug("%s: error initing libsensors", __FUNCTION__);
-+ return sensors;
- }
- i = 0;
- while ((chip_name = sensors_get_detected_chips(NULL, &nr)))
-@@ -502,7 +505,7 @@
- if (regcomp(&uri_re, "^sensor://([a-z0-9-]+)/([0-9]+)$",
- REG_EXTENDED | REG_ICASE) != 0) {
- g_debug("Error compiling regexp...not initing libsensors sensors interface");
-- return;
-+ return NULL;
- }
-
- return libsensors_plugin_get_sensors();
diff --git a/community/sensors-applet/PKGBUILD b/community/sensors-applet/PKGBUILD
deleted file mode 100644
index 2fd81dea0..000000000
--- a/community/sensors-applet/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 41542 2011-03-07 16:09:06Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-# Contributor: Roman Kyrylych <roman@archlinux.org>
-# Contributor: Michael Barker
-
-pkgname=sensors-applet
-pkgver=2.2.7
-pkgrel=3
-pkgdesc="An applet for the GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings."
-arch=('i686' 'x86_64')
-url="http://sensors-applet.sourceforge.net/"
-license=('GPL')
-depends=('gnome-panel-bonobo' 'lm_sensors' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils>=0.18.1' 'libxnvctrl' 'libgnomeui')
-optdepends=('hddtemp: for HDD support'
- 'libxnvctrl: for Nvidia GPU support')
-install=sensors-applet.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
- sensors-applet-2.2.7-libnotify-0.7.patch)
-options=('!libtool')
-md5sums=('f342fab98be4f1b9a25af0689af20130'
- '96a4393d9e75e5eb88a6e906a5a7e464')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- patch -Np1 -i $srcdir/sensors-applet-2.2.7-libnotify-0.7.patch
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib/sensors-applet \
- --localstatedir=/var \
- --disable-scrollkeeper \
- --with-nvidia \
- --enable-libnotify
- make
- make DESTDIR=$pkgdir install
-}
diff --git a/community/sensors-applet/sensors-applet-2.2.7-libnotify-0.7.patch b/community/sensors-applet/sensors-applet-2.2.7-libnotify-0.7.patch
deleted file mode 100644
index ea2f7803a..000000000
--- a/community/sensors-applet/sensors-applet-2.2.7-libnotify-0.7.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff --git a/sensors-applet/active-sensor-libnotify.c b/sensors-applet/active-sensor-libnotify.c
-index e69b005..f7a7eb8 100644
---- a/sensors-applet/active-sensor-libnotify.c
-+++ b/sensors-applet/active-sensor-libnotify.c
-@@ -84,10 +84,23 @@ void active_sensor_libnotify_notify(ActiveSensor *active_sensor,
-
- /* now create a new one */
- g_debug("Creating new notification");
-+ #ifdef NOTIFY_CHECK_VERSION
-+ #if NOTIFY_CHECK_VERSION (0, 7, 1)
-+ active_sensor->notification[notif_type] = notify_notification_new(summary,
-+ message,
-+ icon_filename);
-+ #else
-+ active_sensor->notification[notif_type] = notify_notification_new(summary,
-+ message,
-+ icon_filename,
-+ attach);
-+ #endif
-+ #else
- active_sensor->notification[notif_type] = notify_notification_new(summary,
- message,
- icon_filename,
- attach);
-+ #endif
- g_signal_connect(active_sensor->notification[notif_type], "closed",
- G_CALLBACK(notif_closed_cb),
- active_sensor);
-diff --git a/sensors-applet/sensors-applet.c b/sensors-applet/sensors-applet.c
-index 9486173..81675b8 100644
---- a/sensors-applet/sensors-applet.c
-+++ b/sensors-applet/sensors-applet.c
-@@ -303,11 +303,23 @@ void sensors_applet_notify(SensorsApplet *sensors_applet,
- message = g_strdup_printf(_("An error occurred while trying to save the current sensor configuration. "));
- break;
- }
--
-+ #ifdef NOTIFY_CHECK_VERSION
-+ #if NOTIFY_CHECK_VERSION (0, 7, 1)
-+ sensors_applet->notification = notify_notification_new(summary,
-+ message,
-+ GTK_STOCK_DIALOG_WARNING);
-+ #else
-+ sensors_applet->notification = notify_notification_new(summary,
-+ message,
-+ GTK_STOCK_DIALOG_WARNING,
-+ GTK_WIDGET(sensors_applet->applet));
-+ #endif
-+ #else
- sensors_applet->notification = notify_notification_new(summary,
- message,
- GTK_STOCK_DIALOG_WARNING,
- GTK_WIDGET(sensors_applet->applet));
-+ #endif
- g_free(summary);
- g_free(message);
-
diff --git a/community/sensors-applet/sensors-applet.install b/community/sensors-applet/sensors-applet.install
deleted file mode 100644
index 43ed0a554..000000000
--- a/community/sensors-applet/sensors-applet.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
diff --git a/community/wtf/LICENSE b/community/wtf/LICENSE
deleted file mode 100644
index dd912d4eb..000000000
--- a/community/wtf/LICENSE
+++ /dev/null
@@ -1,10 +0,0 @@
-Copyright (c) 2005, peter
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- * Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/community/wtf/PKGBUILD b/community/wtf/PKGBUILD
deleted file mode 100644
index 6434f8aad..000000000
--- a/community/wtf/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 1265 2009-08-14 05:26:40Z ebelanger $
-# Maintainer: Jeff Mickey <j@codemac.net>
-
-pkgname=wtf
-pkgver=20071004
-pkgrel=2
-pkgdesc="ancronym dictionary"
-arch=('i686' 'x86_64')
-url="http://www.mu.org/~mux/wtf/"
-license=('BSD')
-source=(http://www.mu.org/~mux/wtf/$pkgname-$pkgver.tar.gz LICENSE)
-md5sums=('25944e275cc858e30cacea341509d19b' 'abac213cf24e9d5cab4e8115441eb717')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
-
- install -D -m644 $pkgname.6 $startdir/pkg/usr/share/man/man6/$pkgname.6
- install -D -m755 $pkgname $startdir/pkg/usr/bin/$pkgname
- mkdir -p $startdir/pkg/usr/share/misc/
- install -m644 acronyms acronyms.comp $startdir/pkg/usr/share/misc/
- install -Dm644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
diff --git a/community/xmonad-log-applet/PKGBUILD b/community/xmonad-log-applet/PKGBUILD
deleted file mode 100644
index 86bc9cb50..000000000
--- a/community/xmonad-log-applet/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Alexander Kreuzer <alex@freesources.org>
-# Maintainer: Jelle van der Waa <jelle vdwaa nl>
-
-pkgname=xmonad-log-applet
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Gnome Applet that display xmonad log message through DBus"
-arch=('i686' 'x86_64')
-url="http://uhsure.com/xmonad-log-applet.html"
-license=('custom')
-groups=()
-install=$pkgname.install
-depends=(dbus-core gnome-panel-bonobo hicolor-icon-theme)
-makedepends=()
-optdepends=("haskell-dbus: for xmonad integration see http://uhsure.com/xmonad-log-applet.html" )
-source=(http://uhsure.com/xmonad-log-applet/$pkgname-$pkgver.tar.gz)
-noextract=()
-
-build() {
- export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-package() {
- cd $srcdir/$pkgname-$pkgver
- install -d $pkgdir/usr/libexec $pkgdir/usr/lib/bonobo/servers $pkgdir/usr/share/icons/hicolor/48x48/apps
- make DESTDIR=$pkgdir install
- install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-}
-
-md5sums=('31219f21cb9075b33d3880e2eb5a2b80')
diff --git a/community/xmonad-log-applet/xmonad-log-applet.install b/community/xmonad-log-applet/xmonad-log-applet.install
deleted file mode 100644
index 2e96975d1..000000000
--- a/community/xmonad-log-applet/xmonad-log-applet.install
+++ /dev/null
@@ -1,3 +0,0 @@
-post_install() {
- gtk-update-icon-cache /usr/share/icons/hicolor
-}