# HG changeset patch # User David Demelier # Date 1566843600 -7200 # Node ID 6e605e9a2b912150bb2d8f8194b7205a4f3fca19 # Parent 8d70c7f9cd7db66474ecff167f0cb81d4cb3649c meta/meta-xfce: initial import diff -r 8d70c7f9cd7d -r 6e605e9a2b91 meta/meta-xfce/meta-xfce.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/meta/meta-xfce/meta-xfce.sh Mon Aug 26 20:20:00 2019 +0200 @@ -0,0 +1,47 @@ +#!/bin/sh +# +# Copyright (c) 2019 David Demelier +# +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# + +PKGNAME=meta-xfce +PKGVERSION=0 +PKGREVISION=1 +PKGLICENSE="ISC" +PKGSUMMARY="meta package for Xfce desktop environment" +PKGDEPENDS="exo + garcon + libxfce4ui + libxfce4util + mousepad + parole + ristretto + thunar + thunar-volman + xfce4-appfinder + xfce4-notifyd + xfce4-panel + xfce4-screensaver + xfce4-screenshooter + xfce4-session + xfce4-settings + xfce4-terminal + xfconf + xfdesktop + xfwm4" + +build() +{ + exit 0 +}