[arch-commits] Commit in (57 files)

2019-03-28 Thread Alexander Rødseth via arch-commits
Date: Thursday, March 28, 2019 @ 14:54:34
  Author: arodseth
Revision: 445433

Spring cleaning 2019

Deleted:
  addinclude/
  agave/
  arch-firefox-search/
  aspcud/
  auctex/
  bless/
  catdvi/
  cdargs/
  cddb-py/
  cfv/
  cherrytree/
  corebird/
  cromfs/
  dangerdeep/
  docky/
  drbd-utils/
  driconf/
  dtach/
  emacs-pkgbuild-mode/
  emms/
  flam3/
  foxtrotgps/
  gdesklets/
  gmpc/
  gnome-activity-journal/
  gnome-schedule/
  grumpy/
  gst-validate/
  gtypist/
  gweled/
  hamster-time-tracker/
  hercules/
  hubicfuse/
  hyphen-pl/
  hyphen-ro/
  icon-slicer/
  kcheckers/
  keepnote/
  labyrinth/
  lat/
  mahjong/
  mate-menu/
  medit/
  mu/
  muine/
  neverball/
  openbox-themes/
  pidgin-sipe/
  planner/
  python-apache-libcloud/
  python2-ipaddr/
  qextserialport/
  smuxi/
  tasque/
  thermald/
  ttf-ibm-plex/
  vmoviedb/


[arch-commits] Commit in (57 files)

2015-07-27 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 01:07:40
  Author: arojas
Revision: 242528

KF5 PIM libraries

Added:
  akonadi-calendar/
  akonadi-calendar/kde-unstable/
  akonadi-calendar/kde-unstable/PKGBUILD
  akonadi-search/
  akonadi-search/kde-unstable/
  akonadi-search/kde-unstable/PKGBUILD
  gpgmepp/
  gpgmepp/kde-unstable/
  gpgmepp/kde-unstable/PKGBUILD
  kalarmcal/
  kalarmcal/kde-unstable/
  kalarmcal/kde-unstable/PKGBUILD
  kblog/
  kblog/kde-unstable/
  kblog/kde-unstable/PKGBUILD
  kcalcore/
  kcalcore/kde-unstable/
  kcalcore/kde-unstable/PKGBUILD
  kcalutils/
  kcalutils/kde-unstable/
  kcalutils/kde-unstable/PKGBUILD
  kcontacts/
  kcontacts/kde-unstable/
  kcontacts/kde-unstable/PKGBUILD
  kde-syndication/
  kde-syndication/kde-unstable/
  kde-syndication/kde-unstable/PKGBUILD
  kholidays/
  kholidays/kde-unstable/
  kholidays/kde-unstable/PKGBUILD
  kidentitymanagement/
  kidentitymanagement/kde-unstable/
  kidentitymanagement/kde-unstable/PKGBUILD
  kimap/
  kimap/kde-unstable/
  kimap/kde-unstable/PKGBUILD
  kldap/
  kldap/kde-unstable/
  kldap/kde-unstable/PKGBUILD
  kmailtransport/
  kmailtransport/kde-unstable/
  kmailtransport/kde-unstable/PKGBUILD
  kmbox/
  kmbox/kde-unstable/
  kmbox/kde-unstable/PKGBUILD
  kmime/
  kmime/kde-unstable/
  kmime/kde-unstable/PKGBUILD
  kontactinterface/
  kontactinterface/kde-unstable/
  kontactinterface/kde-unstable/PKGBUILD
  kpimtextedit/
  kpimtextedit/kde-unstable/
  kpimtextedit/kde-unstable/PKGBUILD
  ktnef/
  ktnef/kde-unstable/
  ktnef/kde-unstable/PKGBUILD

---+
 akonadi-calendar/kde-unstable/PKGBUILD|   32 ++
 akonadi-search/kde-unstable/PKGBUILD  |   34 
 gpgmepp/kde-unstable/PKGBUILD |   32 ++
 kalarmcal/kde-unstable/PKGBUILD   |   32 ++
 kblog/kde-unstable/PKGBUILD   |   32 ++
 kcalcore/kde-unstable/PKGBUILD|   32 ++
 kcalutils/kde-unstable/PKGBUILD   |   32 ++
 kcontacts/kde-unstable/PKGBUILD   |   32 ++
 kde-syndication/kde-unstable/PKGBUILD |   33 +++
 kholidays/kde-unstable/PKGBUILD   |   32 ++
 kidentitymanagement/kde-unstable/PKGBUILD |   32 ++
 kimap/kde-unstable/PKGBUILD   |   32 ++
 kldap/kde-unstable/PKGBUILD   |   32 ++
 kmailtransport/kde-unstable/PKGBUILD  |   32 ++
 kmbox/kde-unstable/PKGBUILD   |   32 ++
 kmime/kde-unstable/PKGBUILD   |   32 ++
 kontactinterface/kde-unstable/PKGBUILD|   32 ++
 kpimtextedit/kde-unstable/PKGBUILD|   32 ++
 ktnef/kde-unstable/PKGBUILD   |   32 ++
 19 files changed, 611 insertions(+)

Added: akonadi-calendar/kde-unstable/PKGBUILD
===
--- akonadi-calendar/kde-unstable/PKGBUILD  (rev 0)
+++ akonadi-calendar/kde-unstable/PKGBUILD  2015-07-27 23:07:40 UTC (rev 
242528)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=akonadi-calendar
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Akonadi calendar integration
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmailtransport kcalutils)
+makedepends=(extra-cmake-modules kdoctools python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6e3feffacf3f3fbc75ac75f41ca546a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Added: akonadi-search/kde-unstable/PKGBUILD
===
--- akonadi-search/kde-unstable/PKGBUILD(rev 0)
+++ akonadi-search/kde-unstable/PKGBUILD2015-07-27 23:07:40 UTC (rev 
242528)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgname=akonadi-search
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Libraries and daemons to implement searching in Akonadi
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core kdepimlibs)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e626035c81dd9f69f4c80db51b739d68')
+
+prepare() {
+  mkdir -p build