[arch-commits] Commit in kde-development-environment-meta/repos (5 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:44:56 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:44:56
  Author: felixonmars
Revision: 659394

archrelease: copy trunk to community-staging-any

Added:
  kde-development-environment-meta/repos/community-staging-any/
  kde-development-environment-meta/repos/community-staging-any/PKGBUILD
    (from rev 659393, kde-development-environment-meta/trunk/PKGBUILD)
  kde-development-environment-meta/repos/community-staging-any/README
    (from rev 659393, kde-development-environment-meta/trunk/README)
  kde-development-environment-meta/repos/community-staging-any/kdesdk-devenv-dependencies.svg
    (from rev 659393, kde-development-environment-meta/trunk/kdesdk-devenv-dependencies.svg)
  kde-development-environment-meta/repos/community-staging-any/org.kde.development.appdata.xml
    (from rev 659393, kde-development-environment-meta/trunk/org.kde.development.appdata.xml)

---------------------------------+
 PKGBUILD                        |  159 ++++++++++++++++++++++++++++++++++++++
 README                          |    7 +
 org.kde.development.appdata.xml |   33 +++++++
 3 files changed, 199 insertions(+)

Copied: kde-development-environment-meta/repos/community-staging-any/PKGBUILD (from rev 659393, kde-development-environment-meta/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 16:44:56 UTC (rev 659394)
@@ -0,0 +1,159 @@
+# 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=20180909
+pkgrel=2
+pkgdesc='Metapackage to install a full KDE development environment'
+arch=(any)
+url='https://phabricator.kde.org/T3722'
+license=(LGPL)
+depends=(akonadi
+         akonadi-calendar
+         akonadi-contacts
+         akonadi-mime
+         akonadi-notes
+         akonadi-search
+         attica
+         baloo
+         baloo-widgets
+         bluez-qt
+         calendarsupport
+         clang
+         cmake
+         eventviews
+         extra-cmake-modules
+         frameworkintegration
+         gcc
+         gdb
+         gettext
+         git
+         grantleetheme
+         incidenceeditor
+         kactivities
+         kactivities-stats
+         kalarmcal
+         karchive
+         kauth
+         kblog
+         kbookmarks
+         kcalcore
+         kcalutils
+         kcmutils
+         kcodecs
+         kcompletion
+         kconfig
+         kconfigwidgets
+         kcontacts
+         kcoreaddons
+         kcrash
+         kdbusaddons
+         kdeclarative
+         kdelibs4support
+         kdepim-apps-libs
+         kdesignerplugin
+         kdesu
+         kdewebkit
+         kdnssd
+         kdoctools
+         kemoticons
+         kfilemetadata
+         kglobalaccel
+         kguiaddons
+         kholidays
+         khtml
+         ki18n
+         kiconthemes
+         kidentitymanagement
+         kidletime
+         kimap
+         kinit
+         kio
+         kirigami2
+         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
+         ktnef
+         kunitconversion
+         kwallet
+         kwayland
+         kwidgetsaddons
+         kwindowsystem
+         kxmlgui
+         kxmlrpcclient
+         libgravatar
+         libkcddb
+         libkcompactdisc
+         libkdcraw
+         libkdegames
+         libkdepim
+         libkexiv2
+         libkgeomap
+         libkipi
+         libkleo
+         libkmahjongg
+         libksane
+         libkscreen
+         libksieve
+         libksysguard
+         libktorrent
+         libkvkontakte
+         libmediawiki
+         mailcommon
+         mailimporter
+         make
+         messagelib
+         modemmanager-qt
+         networkmanager-qt
+         ninja
+         pimcommon
+         plasma-framework
+         prison
+         purpose
+         qqc2-desktop-style
+         qt5-base
+         qt5-declarative
+         qt5-webengine
+         solid
+         sonnet
+         syndication
+         syntax-highlighting
+         threadweaver)
+optdepends=(kate
+            kdevelop
+            plasma-sdk
+            plasma-workspace)
+makedepends=()
+source=(org.kde.development.appdata.xml kdesdk-devenv-dependencies.svg)
+sha256sums=(67b3db866d04b2c900045dbd51490e097b20906d432297fd641b9c649bce8564
+            92af2376f53429735903ff6706344566c7f0f1aa6cfd5d2cf7aaad7097c71238)
+noextract=()
+
+package() {
+    install -Dm644 org.kde.development.appdata.xml "$pkgdir"/usr/share/metainfo/org.kde.development.appdata.xml
+    install -Dm644 kdesdk-devenv-dependencies.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/kdesdk-devenv-dependencies.svg
+}

Copied: kde-development-environment-meta/repos/community-staging-any/README (from rev 659393, kde-development-environment-meta/trunk/README)
===================================================================
--- community-staging-any/README	                        (rev 0)
+++ community-staging-any/README	2020-07-07 16:44:56 UTC (rev 659394)
@@ -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
+

Copied: kde-development-environment-meta/repos/community-staging-any/kdesdk-devenv-dependencies.svg (from rev 659393, kde-development-environment-meta/trunk/kdesdk-devenv-dependencies.svg)
===================================================================
(Binary files differ)

Copied: kde-development-environment-meta/repos/community-staging-any/org.kde.development.appdata.xml (from rev 659393, kde-development-environment-meta/trunk/org.kde.development.appdata.xml)
===================================================================
--- community-staging-any/org.kde.development.appdata.xml	                        (rev 0)
+++ community-staging-any/org.kde.development.appdata.xml	2020-07-07 16:44:56 UTC (rev 659394)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<component type="generic">
+    <id>org.kde.development</id>
+    <metadata_license>CC0-1.0</metadata_license>
+    <project_license>GPL-2.0+</project_license>
+    <name>KDE Development</name>
+    <icon type="remote">https://cgit.kde.org/breeze-icons.git/plain/icons/categories/32/applications-development.svg</icon>
+    <summary>A development environment for Qt and KDE Applications</summary>
+    <description>
+        <p>Install everything you need for a full KDE development system for developing your own software or extending existing one.</p>
+        <p>It will install all required dependencies for compiling most KDE software (Qt, KDE Frameworks, etc) and will offer to install the tools we've created to help the KDE development.</p>
+    </description>
+
+    <screenshots>
+        <screenshot type="default">
+            <image>https://www.kdevelop.org/sites/www.kdevelop.org/files/inline-images/kdevelop5-breeze_2.png</image>
+        </screenshot>
+        <screenshot>
+            <image>https://vizzzion.org/blog/wp-content/uploads/2015/02/cuttlefish.png</image>
+        </screenshot>
+    </screenshots>
+
+    <suggests>
+        <id>org.kde.kate.desktop</id>
+        <id>org.kde.kdevelop.desktop</id>
+        <id>org.kde.plasma.themeexplorer.desktop</id>
+        <id>org.kde.plasma.lookandfeelexplorer.desktop</id>
+    </suggests>
+
+    <url type="help">https://techbase.kde.org/Development/Tutorials</url>
+    <project_group>KDE</project_group>
+</component>



More information about the arch-commits mailing list