summaryrefslogtreecommitdiff
path: root/libre/kde-development-environment-meta/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-08 01:48:11 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-08 01:58:48 -0300
commit3324e109c85177913a8138480d2b8a8ff6377524 (patch)
tree5e8c0794d11483c795cc4dff42e649d2838471a1 /libre/kde-development-environment-meta/PKGBUILD
parent0fa2396dbcf4f81c8388b1de4c89d5da46b4d095 (diff)
downloadabslibre-3324e109c85177913a8138480d2b8a8ff6377524.tar.gz
abslibre-3324e109c85177913a8138480d2b8a8ff6377524.tar.bz2
abslibre-3324e109c85177913a8138480d2b8a8ff6377524.zip
kde-development-environment-meta: move package from [libre-testing] to [libre]
Diffstat (limited to 'libre/kde-development-environment-meta/PKGBUILD')
-rw-r--r--libre/kde-development-environment-meta/PKGBUILD152
1 files changed, 152 insertions, 0 deletions
diff --git a/libre/kde-development-environment-meta/PKGBUILD b/libre/kde-development-environment-meta/PKGBUILD
new file mode 100644
index 000000000..4b8b066a2
--- /dev/null
+++ b/libre/kde-development-environment-meta/PKGBUILD
@@ -0,0 +1,152 @@
+# 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
+
+pkgname=kde-development-environment-meta
+pkgver=20170224
+pkgrel=1.parabola1
+pkgdesc='Metapackage to install a full KDE development environment, without nonfree qt5-webengine support'
+arch=(any)
+url='https://phabricator.kde.org/T3722'
+license=(LGPL)
+depends=(akonadi
+ akonadi-calendar
+ akonadi-contacts
+ akonadi-mime
+ akonadi-notes
+ akonadi-search
+ attica-qt5
+ baloo
+ baloo-widgets
+ bash-completion
+ bluez-qt
+ calendarsupport
+ clang
+ cmake
+ eventviews
+ extra-cmake-modules
+ frameworkintegration
+ gcc
+ git
+ grantleetheme
+ incidenceeditor
+ kactivities
+ kactivities-stats
+ kalarmcal
+ karchive
+ kauth
+ kblog
+ kbookmarks
+ kcalcore
+ kcalutils
+ kcmutils
+ kcodecs
+ kcompletion
+ kconfig
+ kconfigwidgets
+ kcontacts
+ kcoreaddons
+ kcrash
+ kdbusaddons
+ kde-syndication
+ kdeclarative
+ kdelibs4support
+ kdepim-apps-libs
+ kdesignerplugin
+ kdesu
+ kdewebkit
+ kdnssd
+ kdoctools
+ kemoticons
+ kfilemetadata
+ kglobalaccel
+ kguiaddons
+ kholidays
+ khtml
+ ki18n
+ kiconthemes
+ kidentitymanagement
+ kidletime
+ kimap
+ kinit
+ kio
+ kirigami
+ kitemmodels
+ kitemviews
+ kjobwidgets
+ kjs
+ kjsembed
+ kldap
+ kmailtransport
+ kmbox
+ kmediaplayer
+ kmime
+ knewstuff
+ knotifications
+ knotifyconfig
+ konqueror
+ kontactinterface
+ kpackage
+ kparts
+ kpeople
+ kpimtextedit
+ kplotting
+ kpty
+ kross
+ krunner
+ kservice
+ ktexteditor
+ ktextwidgets
+ kunitconversion
+ kwallet
+ kwayland
+ kwidgetsaddons
+ kwindowsystem
+ kxmlgui
+ kxmlrpcclient
+ libgravatar
+ libkcddb
+ libkcompactdisc
+ libkdcraw
+ libkdegames
+ libkdepim
+ libkexiv2
+ libkgapi
+ libkgeomap
+ libkipi
+ libkleo
+ libkmahjongg
+ libksane
+ libkscreen
+ libksieve
+ libksysguard
+ libktnef
+ libkvkontakte
+ libmediawiki
+ mailcommon
+ mailimporter
+ make
+ messagelib
+ modemmanager-qt
+ networkmanager-qt
+ ninja
+ pimcommon
+ plasma-framework
+ prison
+ qt5-base
+ qt5-declarative
+ solid
+ sonnet
+ syntax-highlighting
+ threadweaver)
+optdepends=(kate
+ kdevelop
+ plasma-sdk
+ plasma-workspace)
+makedepends=()
+source=(org.kde.development.appdata.xml)
+md5sums=('fb880c7f491576bd4a5c107f871a63d8')
+noextract=()
+
+package() {
+ install -Dm644 org.kde.development.appdata.xml "$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
+}