blob: cafcec1910ba203f0dd21dad4b43aa67c8860dba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgname=xfce4-git-meta
pkgver=4.15
pkgrel=1
pkgdesc='Meta package for installing the xfce4 group'
arch=(any)
url='https://www.archlinux.org/'
license=(GPL)
depends=(
exo-git
garcon-git
thunar-git
thunar-volman-git
tumbler-git
xfce4-appfinder-git
xfce4-panel-git
xfce4-power-manager-git
xfce4-session-git
xfce4-settings-git
xfce4-terminal-git
xfconf-git
xfdesktop-git
xfwm4-git
)
package() {
/usr/bin/true
}
|