[arch-commits] Commit in kde-development-environment-meta/trunk (PKGBUILD README)
Antonio Rojas
arojas at archlinux.org
Sun Sep 9 08:33:00 UTC 2018
Date: Sunday, September 9, 2018 @ 08:33:00
Author: arojas
Revision: 378870
Update
Added:
kde-development-environment-meta/trunk/README
Modified:
kde-development-environment-meta/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
README | 7 +++++++
2 files changed, 11 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-09 06:50:00 UTC (rev 378869)
+++ PKGBUILD 2018-09-09 08:33:00 UTC (rev 378870)
@@ -1,8 +1,9 @@
# Note: This PKGBUILD is automatically generated by the scripts at https://cgit.kde.org/kdesdk-devenv-dependencies.git/
# Don't manually edit the PKGBUILD, edit the upstream template instead
+# See README file for instructions
pkgname=kde-development-environment-meta
-pkgver=20180423
+pkgver=20180909
pkgrel=1
pkgdesc='Metapackage to install a full KDE development environment'
arch=(any)
@@ -17,7 +18,6 @@
attica
baloo
baloo-widgets
- bash-completion
bluez-qt
calendarsupport
clang
@@ -26,6 +26,7 @@
extra-cmake-modules
frameworkintegration
gcc
+ gdb
gettext
git
grantleetheme
@@ -48,7 +49,6 @@
kcoreaddons
kcrash
kdbusaddons
- kde-syndication
kdeclarative
kdelibs4support
kdepim-apps-libs
@@ -140,6 +140,7 @@
qt5-webengine
solid
sonnet
+ syndication
syntax-highlighting
threadweaver)
optdepends=(kate
Added: README
===================================================================
--- README (rev 0)
+++ README 2018-09-09 08:33:00 UTC (rev 378870)
@@ -0,0 +1,7 @@
+To generate the PKGBUILD:
+
+$ git clone git://git.kde.org/kdesdk-devenv-dependencies
+$ cd kdesdk-devenv-dependencies
+$ pacman -Fy
+$ make arch
+
More information about the arch-commits
mailing list