[arch-commits] Commit in katepart4/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Feb 4 09:53:36 UTC 2015
Date: Wednesday, February 4, 2015 @ 10:53:35
Author: fyan
Revision: 230738
upgpkg: katepart4 4.14.3-3
include addons/ktexteditor in package (FS#43650)
Modified:
katepart4/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-04 09:32:54 UTC (rev 230737)
+++ PKGBUILD 2015-02-04 09:53:35 UTC (rev 230738)
@@ -2,9 +2,9 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
-pkgname='katepart4'
+pkgname=katepart4
pkgver=4.14.3
-pkgrel=2
+pkgrel=3
pkgdesc="A fast and feature-rich text editor component"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
@@ -38,4 +38,7 @@
package() {
cd build/part
make DESTDIR="${pkgdir}" install
-}
\ No newline at end of file
+
+ cd ../addons/ktexteditor
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list