[arch-commits] Commit in kimtoy/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Jan 3 21:28:14 UTC 2019


    Date: Thursday, January 3, 2019 @ 21:28:09
  Author: jelle
Revision: 420461

upgpkg: kimtoy 1.92-1

Update and use upstream git instead of download walled url

Modified:
  kimtoy/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-03 21:25:01 UTC (rev 420460)
+++ PKGBUILD	2019-01-03 21:28:09 UTC (rev 420461)
@@ -2,24 +2,24 @@
 # Contributor: CSSlayer <wengxt at gmail.com>
 
 pkgname=kimtoy
-pkgver=1.91
+pkgver=1.92
 pkgdesc="An input method frontend for KDE"
-pkgrel=4
+pkgrel=1
 arch=('x86_64')
-url="http://kde-apps.org/content/show.php/KIMToy?content=140967"
+url="https://github.com/KDE/kimtoy"
 license=('GPL')
 depends=('kwindowsystem' 'kwidgetsaddons' 'plasma-framework' 'knewstuff')
-makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata')
+makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata' 'git')
 optdepends=('fcitx: fcitx support'
             'scim: scim support'
             'dbus-c++: scim support'
             'ibus: ibus support'
             'kfilemetadata: for metadata extractor')
-source=("https://dl.opendesktop.org/api/files/download/id/1466629206/140967-kimtoy-$pkgver.tar.bz2")
-md5sums=('b0db674f5d8dd64238bc65bb3b949f62')
+source=('git+https://github.com/KDE/kimtoy.git#commit=a26b67e9eb884d2d89def6809f1a3a96a4e726ed')
+md5sums=('SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
   make
@@ -26,7 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
   make DESTDIR="${pkgdir}" install
 }
-



More information about the arch-commits mailing list