summaryrefslogtreecommitdiff
path: root/kde-unstable
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-28 02:45:35 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-28 02:45:35 -0300
commita6ee13798647ec09fb33e316a90ef6ed0b7f314a (patch)
tree815ded684a1ee9e4c23c2f03c98691b9272243c1 /kde-unstable
parentc3b94090a6330f678ade2f767e76ab7802d3463e (diff)
parent4d22176132f4a830ab0cc510dabbc9f8c1c362ea (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/csfml/PKGBUILD community/evolution-rss/PKGBUILD community/inn/PKGBUILD community/libssh2/PKGBUILD community/perl-xml-dom/PKGBUILD community/php52/PKGBUILD community/python-pysfml/PKGBUILD community/skype-call-recorder/PKGBUILD extra/ipod-sharp/PKGBUILD extra/madwifi-utils/PKGBUILD extra/madwifi/PKGBUILD
Diffstat (limited to 'kde-unstable')
-rw-r--r--kde-unstable/kdepim-runtime/disable-l10n.patch10
-rw-r--r--kde-unstable/kdepim/disable-l10n.patch10
-rw-r--r--kde-unstable/libqzeitgeist/PKGBUILD29
3 files changed, 0 insertions, 49 deletions
diff --git a/kde-unstable/kdepim-runtime/disable-l10n.patch b/kde-unstable/kdepim-runtime/disable-l10n.patch
deleted file mode 100644
index 3ac9bc0e5..000000000
--- a/kde-unstable/kdepim-runtime/disable-l10n.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- CMakeLists.txt~ 2011-01-30 06:27:14.403350537 -0800
-+++ CMakeLists.txt 2011-01-30 06:27:58.130017204 -0800
-@@ -192,7 +192,3 @@
- update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR})
-
- macro_display_feature_log()
--
--find_package(Msgfmt REQUIRED)
--find_package(Gettext REQUIRED)
--add_subdirectory(po)
diff --git a/kde-unstable/kdepim/disable-l10n.patch b/kde-unstable/kdepim/disable-l10n.patch
deleted file mode 100644
index 3f218d532..000000000
--- a/kde-unstable/kdepim/disable-l10n.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- CMakeLists.txt~ 2011-01-30 06:31:02.180017202 -0800
-+++ CMakeLists.txt 2011-01-30 06:31:26.093350537 -0800
-@@ -423,7 +423,3 @@
- endif(NOT QGPGME_FOUND)
- # All done, let's display what we found...
- macro_display_feature_log()
--find_package(Msgfmt REQUIRED)
--find_package(Gettext REQUIRED)
--add_subdirectory(po)
--add_subdirectory(doc-translations)
diff --git a/kde-unstable/libqzeitgeist/PKGBUILD b/kde-unstable/libqzeitgeist/PKGBUILD
deleted file mode 100644
index 057ee2628..000000000
--- a/kde-unstable/libqzeitgeist/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 124473 2011-05-22 13:09:39Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-
-pkgname=libqzeitgeist
-pkgver=0.1git20110522
-pkgrel=1
-pkgdesc="A Qt interface to the Zeitgeist event tracking system"
-url="https://projects.kde.org/projects/kdesupport/libqzeitgeist"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt')
-makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.bz2"::'http://quickgit.kde.org/?p=libqzeitgeist.git&a=snapshot&h=289c66f430dfb842afd36191a0ef82a26111c403&fmt=tbz2')
-md5sums=('ba7d2c347e82b0aa6ab55f3136fb9468')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}