summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarctize2017-12-26 12:56:23 +0100
committerarctize2017-12-26 12:56:23 +0100
commite43af46b95936313401d1651e97ce42054144f09 (patch)
tree52ed666e08a28720b9fe4143fd99df98dc1b2df4
downloadaur-e43af46b95936313401d1651e97ce42054144f09.tar.gz
Initial commit
-rw-r--r--.SRCINFO48
-rw-r--r--PKGBUILD46
2 files changed, 94 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c9c4af848bed
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,48 @@
+# Generated by mksrcinfo v8
+# Tue Dec 26 11:56:16 UTC 2017
+pkgbase = xfce4-goodies-meta
+ pkgdesc = Meta package for installing the xfce4-goodies group
+ pkgver = 4.12
+ pkgrel = 1
+ url = https://www.archlinux.org/
+ arch = any
+ license = GPL
+ depends = mousepad
+ depends = orage
+ depends = ristretto
+ depends = thunar-archive-plugin
+ depends = thunar-media-tags-plugin
+ depends = xfburn
+ depends = xfce4-artwork
+ depends = xfce4-battery-plugin
+ depends = xfce4-clipman-plugin
+ depends = xfce4-cpufreq-plugin
+ depends = xfce4-cpugraph-plugin
+ depends = xfce4-datetime-plugin
+ depends = xfce4-dict
+ depends = xfce4-diskperf-plugin
+ depends = xfce4-eyes-plugin
+ depends = xfce4-fsguard-plugin
+ depends = xfce4-genmon-plugin
+ depends = xfce4-mailwatch-plugin
+ depends = xfce4-mount-plugin
+ depends = xfce4-mpc-plugin
+ depends = xfce4-netload-plugin
+ depends = xfce4-notes-plugin
+ depends = xfce4-notifyd
+ depends = xfce4-pulseaudio-plugin
+ depends = xfce4-screenshooter
+ depends = xfce4-sensors-plugin
+ depends = xfce4-smartbookmark-plugin
+ depends = xfce4-systemload-plugin
+ depends = xfce4-taskmanager
+ depends = xfce4-time-out-plugin
+ depends = xfce4-timer-plugin
+ depends = xfce4-verve-plugin
+ depends = xfce4-wavelan-plugin
+ depends = xfce4-weather-plugin
+ depends = xfce4-whiskermenu-plugin
+ depends = xfce4-xkb-plugin
+
+pkgname = xfce4-goodies-meta
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8f9b13487803
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Patrick Wicki <patrick.wicki@member.fsf.org>
+
+pkgname=xfce4-goodies-meta
+pkgver=4.12
+pkgrel=1
+pkgdesc='Meta package for installing the xfce4-goodies group'
+arch=(any)
+url='https://www.archlinux.org/'
+license=(GPL)
+depends=(mousepad
+ orage
+ ristretto
+ thunar-archive-plugin
+ thunar-media-tags-plugin
+ xfburn
+ xfce4-artwork
+ xfce4-battery-plugin
+ xfce4-clipman-plugin
+ xfce4-cpufreq-plugin
+ xfce4-cpugraph-plugin
+ xfce4-datetime-plugin
+ xfce4-dict
+ xfce4-diskperf-plugin
+ xfce4-eyes-plugin
+ xfce4-fsguard-plugin
+ xfce4-genmon-plugin
+ xfce4-mailwatch-plugin
+ xfce4-mount-plugin
+ xfce4-mpc-plugin
+ xfce4-netload-plugin
+ xfce4-notes-plugin
+ xfce4-notifyd
+ xfce4-pulseaudio-plugin
+ xfce4-screenshooter
+ xfce4-sensors-plugin
+ xfce4-smartbookmark-plugin
+ xfce4-systemload-plugin
+ xfce4-taskmanager
+ xfce4-time-out-plugin
+ xfce4-timer-plugin
+ xfce4-verve-plugin
+ xfce4-wavelan-plugin
+ xfce4-weather-plugin
+ xfce4-whiskermenu-plugin
+ xfce4-xkb-plugin)