summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2017-11-14 19:46:24 -0500
committerSolomon Choina2017-11-14 19:46:24 -0500
commitb17bdf9f325ecc08e5cd403cebf5ade7a2ed5725 (patch)
treed5414146cd6b0d552140354877309a04133ffbed
downloadaur-b17bdf9f325ecc08e5cd403cebf5ade7a2ed5725.tar.gz
initial version
-rw-r--r--.SRCINFO56
-rw-r--r--PKGBUILD55
2 files changed, 111 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..79f100d9cb4c
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,56 @@
+# Generated by mksrcinfo v8
+# Wed Nov 15 00:46:20 UTC 2017
+pkgbase = pantheon-git-meta
+ pkgdesc = Meta package for the complete Pantheon desktop & apps
+ pkgver = 20171114
+ pkgrel = 1
+ url = http://elementary.io
+ arch = any
+ license = LGPL
+ depends = appcenter-bzr
+ depends = audience-git
+ depends = cerbere-git
+ depends = contractor-git
+ depends = elementary-dpms-helper-git
+ depends = elementary-icon-theme-git
+ depends = gala-git
+ depends = granite-git
+ depends = gtk-theme-elementary-git
+ depends = lightdm-pantheon-greeter-bzr
+ depends = pantheon-backgrounds-bzr
+ depends = pantheon-calculator-git
+ depends = pantheon-default-settings-git
+ depends = pantheon-files-git
+ depends = pantheon-notes-git
+ depends = pantheon-session-git
+ depends = screenshot-tool-git
+ depends = slingshot-launcher-git
+ depends = switchboard-git
+ depends = switchboard-plug-a11y-git
+ depends = switchboard-plug-about-git
+ depends = switchboard-plug-applications-git
+ depends = switchboard-plug-datetime-git
+ depends = switchboard-plug-desktop-git
+ depends = switchboard-plug-display-git
+ depends = switchboard-plug-keyboard-git
+ depends = switchboard-plug-locale-git
+ depends = switchboard-plug-mouse-touchpad-git
+ depends = switchboard-plug-network-git
+ depends = switchboard-plug-notifications-git
+ depends = switchboard-plug-parental-controls-git
+ depends = switchboard-plug-power-git
+ depends = switchboard-plug-printers-git
+ depends = switchboard-plug-security-privacy-git
+ depends = switchboard-plug-sharing-git
+ depends = switchboard-plug-useraccounts-git
+ depends = wingpanel-git
+ depends = wingpanel-indicator-bluetooth-git
+ depends = wingpanel-indicator-datetime-git
+ depends = wingpanel-indicator-network-git
+ depends = wingpanel-indicator-notifications-git
+ depends = wingpanel-indicator-power-git
+ depends = wingpanel-indicator-session-git
+ depends = wingpanel-indicator-sound-git
+
+pkgname = pantheon-git-meta
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d5ef6cd81450
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,55 @@
+pkgname=pantheon-git-meta
+pkgver=20171114
+pkgrel=1
+pkgdesc='Meta package for the complete Pantheon desktop & apps'
+arch=(any)
+url='http://elementary.io'
+license=(LGPL)
+depends=(appcenter-bzr
+ audience-git
+ cerbere-git
+ contractor-git
+ elementary-dpms-helper-git
+ elementary-icon-theme-git
+ gala-git
+ granite-git
+ gtk-theme-elementary-git
+ lightdm-pantheon-greeter-bzr
+ pantheon-backgrounds-bzr
+ pantheon-calculator-git
+ pantheon-default-settings-git
+ pantheon-files-git
+ pantheon-notes-git
+ pantheon-session-git
+ screenshot-tool-git
+ slingshot-launcher-git
+ switchboard-git
+ switchboard-plug-a11y-git
+ switchboard-plug-about-git
+ switchboard-plug-applications-git
+ switchboard-plug-datetime-git
+ switchboard-plug-desktop-git
+ switchboard-plug-display-git
+ switchboard-plug-keyboard-git
+ switchboard-plug-locale-git
+ switchboard-plug-mouse-touchpad-git
+ switchboard-plug-network-git
+ switchboard-plug-notifications-git
+ switchboard-plug-parental-controls-git
+ switchboard-plug-power-git
+ switchboard-plug-printers-git
+ switchboard-plug-security-privacy-git
+ switchboard-plug-sharing-git
+ switchboard-plug-useraccounts-git
+ wingpanel-git
+ wingpanel-indicator-bluetooth-git
+ wingpanel-indicator-datetime-git
+ wingpanel-indicator-network-git
+ wingpanel-indicator-notifications-git
+ wingpanel-indicator-power-git
+ wingpanel-indicator-session-git
+ wingpanel-indicator-sound-git)
+
+package(){
+ /bin/true
+}