mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
17 lines
579 B
Plaintext
17 lines
579 B
Plaintext
# Description: Xfce Desktop meta-port
|
|
# URL: https://www.xfce.org
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
|
# Depends on: xfce4-dev-tools libxfce4util xfconf libxfce4ui garcon exo xfce4-panel thunar thunar-volman xfce4-settings xfce4-session xfwm4 xfdesktop xfce4-appfinder tumbler xfce4-terminal xfce4-power-manager xfce4-notifyd xfce4-screenshooter mousepad xdg-user-dirs greybird-xfce elementary-xfce font-noto font-undefined-medium
|
|
|
|
name=xfce
|
|
version=4.13
|
|
release=7
|
|
source=()
|
|
|
|
build() {
|
|
|
|
install -d -m 0755 $PKG/etc
|
|
echo "Xfce $version" > $PKG/etc/xfce_version
|
|
|
|
}
|