-> Replaced upper case variable names in Xfce with lower case

-> Fixed make install line in xfce/xfce4-session build file to prevent /usr directory from being created when prefix is set to "/"
-> Fixed cmake build option in xfce/xfce4-whiskermenu-plugin build file to properly install whisker menu library in lib instead of lib64
This commit is contained in:
SMLinux 2022-02-13 19:15:42 +05:30
parent a4a2602654
commit 57fb724e35
38 changed files with 569 additions and 568 deletions

View file

@ -1,17 +1,17 @@
APP=exo app=exo
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/exo/start" homepage="https://docs.xfce.org/xfce/exo/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/exo-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/exo-4.16.0.tar.bz2"
DESC="Extension library for Xfce" desc="Extension library for Xfce"
REQUIRES="gtk3 libxfce4util libxfce4ui" requires="gtk3 libxfce4util libxfce4ui"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
10cbdfc2d81290e75c07f851ed562fcff4aea8cb709317bb768387f4a955cd208772927d356e7e3582cc4747f237d1dd34c0de1532bc549bece0306c106f411a exo-4.16.0.tar.lz 10cbdfc2d81290e75c07f851ed562fcff4aea8cb709317bb768387f4a955cd208772927d356e7e3582cc4747f237d1dd34c0de1532bc549bece0306c106f411a exo-4.16.0.tar.lz
" "

View file

@ -1,28 +1,28 @@
APP=faenza-icon-theme app=faenza-icon-theme
VERSION=1.3 version=1.3
BUILD=1sml build=1sml
HOMEPAGE="https://gnome-look.org/content/show.php/Faenza?content=128143" homepage="https://gnome-look.org/content/show.php/Faenza?content=128143"
DOWNLOAD="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/faenza-icon-theme/faenza-icon-theme_1.3.tar.gz" download="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/faenza-icon-theme/faenza-icon-theme_1.3.tar.gz"
DESC="Theme pack for GNOME" desc="Theme pack for GNOME"
REQUIRES="gtk2 gtk3" requires="gtk2 gtk3"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
mkdir -p $PKG/share/icons mkdir -p $pkg/share/icons
cp -r Faenza{,-Dark,-Darker,-Darkest,-Ambiance,-Radiance} $PKG/share/icons/ cp -r Faenza{,-Dark,-Darker,-Darkest,-Ambiance,-Radiance} $pkg/share/icons/
cp -r emesene $PKG/share/ cp -r emesene $pkg/share/
cp debian/copyright $PKGDOCS/ cp debian/copyright $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
742c11438fa3a5044765381c4a2a2f9bef3d997ab3bf9a2c2be8fc25f7a9cf95a25b84e5e0dfeeceaeb4b4c3ed6d98c4be860575cd5bebda59226f26e3ed560b faenza-icon-theme-1.3.tar.lz 742c11438fa3a5044765381c4a2a2f9bef3d997ab3bf9a2c2be8fc25f7a9cf95a25b84e5e0dfeeceaeb4b4c3ed6d98c4be860575cd5bebda59226f26e3ed560b faenza-icon-theme-1.3.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=garcon app=garcon
VERSION=4.16.1 version=4.16.1
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/garcon/start" homepage="https://docs.xfce.org/xfce/garcon/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/garcon-0.8.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/garcon-0.8.0.tar.bz2"
DESC="Menu implementation for Xfce" desc="Menu implementation for Xfce"
REQUIRES="libxfce4ui" requires="libxfce4ui"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
8f1b17daa746bbf8eeddc0eb5a17a20f6b987fd4ac30b0de104c22efe91f293292f3d71c548b14e073b616af4bcc68f2dd3bf950786b3ee78ab118d196711fe4 garcon-4.16.1.tar.lz 8f1b17daa746bbf8eeddc0eb5a17a20f6b987fd4ac30b0de104c22efe91f293292f3d71c548b14e073b616af4bcc68f2dd3bf950786b3ee78ab118d196711fe4 garcon-4.16.1.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=libxfce4ui app=libxfce4ui
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/libxfce4ui/start" homepage="https://docs.xfce.org/xfce/libxfce4ui/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/libxfce4ui-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/libxfce4ui-4.16.0.tar.bz2"
DESC="Xfce widget library" desc="Xfce widget library"
REQUIRES="libsm libepoxy libxfce4util xfconf gtk3" requires="libsm libepoxy libxfce4util xfconf gtk3"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--disable-static --disable-static
make make
make -j1 install DESTDIR=$PKG make -j1 install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
07ce8399ca860d5414f91b0795ba61eff21b6022a9e8c26de77a6c4e6c45371e10318b626a892b7e2998d95c7e92cf32c2cd48fdefc291bb5521fe8a6cf93aed libxfce4ui-4.16.0.tar.bz2 07ce8399ca860d5414f91b0795ba61eff21b6022a9e8c26de77a6c4e6c45371e10318b626a892b7e2998d95c7e92cf32c2cd48fdefc291bb5521fe8a6cf93aed libxfce4ui-4.16.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=libxfce4util app=libxfce4util
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://www.xfce.org" homepage="https://www.xfce.org"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/libxfce4util-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/libxfce4util-4.16.0.tar.bz2"
DESC="Basic non-GUI utility library for Xfce" desc="Basic non-GUI utility library for Xfce"
REQUIRES="glib" requires="glib"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -22,13 +22,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c libxfce4util-4.16.0.tar.bz2 dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c libxfce4util-4.16.0.tar.bz2
" "

View file

@ -1,30 +1,30 @@
APP=mousepad app=mousepad
VERSION=0.5.8 version=0.5.8
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/apps/mousepad/start" homepage="https://docs.xfce.org/apps/mousepad/start"
DOWNLOAD="https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.8.tar.bz2" download="https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.8.tar.bz2"
DESC="Fast, easy-to-use text editor for Xfce" desc="Fast, easy-to-use text editor for Xfce"
REQUIRES="desktop-file-utils gspell" requires="desktop-file-utils gspell"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
--prefix="" --prefix=""
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
6446927b564fe18c3127835e592d0248efa690c7b8fc2a7da92f237eb16184bd502c446a5b50aed8acd1d8233c22ee7e91c0b9ee512232f7d7a69c72f1dea9e9 mousepad-0.5.8.tar.bz2 6446927b564fe18c3127835e592d0248efa690c7b8fc2a7da92f237eb16184bd502c446a5b50aed8acd1d8233c22ee7e91c0b9ee512232f7d7a69c72f1dea9e9 mousepad-0.5.8.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=ristretto app=ristretto
VERSION=0.12.2 version=0.12.2
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/apps/ristretto/start" homepage="https://docs.xfce.org/apps/ristretto/start"
DOWNLOAD="https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.2.tar.bz2" download="https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.2.tar.bz2"
DESC="Lightweight image viewer for Xfce" desc="Lightweight image viewer for Xfce"
REQUIRES="file libexif libxfce4ui tumbler xfconf" requires="file libexif libxfce4ui tumbler xfconf"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -19,13 +19,13 @@ build() {
--sysconfdir=/etc --sysconfdir=/etc
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
39fc5868c3858e3667660b6411b3d39c19a2306be3d169e499aa11aff34a24e0ee8e745e15dfe301be48e1c6adce30129ed76270b025f5160cfa773467764379 ristretto-0.12.2.tar.bz2 39fc5868c3858e3667660b6411b3d39c19a2306be3d169e499aa11aff34a24e0ee8e745e15dfe301be48e1c6adce30129ed76270b025f5160cfa773467764379 ristretto-0.12.2.tar.bz2
" "

View file

@ -8,36 +8,36 @@
# Prevent users from directly executing this section autobuild file. The whole build # Prevent users from directly executing this section autobuild file. The whole build
# process has to be initiated from the main autobuild file. # process has to be initiated from the main autobuild file.
if [ -z "$SM_AUTOBUILD" ] ; then if [ -z "$autobuild" ] ; then
echo "Please invoke the main ssb.SMBuild file rather than this section build file because" echo "Please invoke the main ssb.SMBuild file rather than this section build file because"
echo "it has the required functions that are exported to this section build file during" echo "it has the required functions that are exported to this section build file during"
echo "the build process" echo "the build process"
exit 1 exit 1
fi fi
#. /etc/bldpkg.conf . /etc/bldpkg.conf
if [ -n "$SM_AUTOBUILDTEMP" ] ; then if [ -n "$autobuildtemp" ] ; then
SM_AUTOBUILDTEMP="$(echo $SM_AUTOBUILDTEMP)" autobuildtemp="$(echo $autobuildtemp)"
export SM_AUTOBUILDTEMP export autobuildtemp
fi fi
SM_COLOURS=0 colours=0
export SM_COLOURS export colours
# Make sure we are in the right directory (you can never trust users..) # Make sure we are in the right directory (you can never trust users..)
cd $( cd ${BASH_SOURCE%/*} ; pwd ) cd $( cd ${BASH_SOURCE%/*} ; pwd )
# Section name. # Section name.
# This should not need to be changed unless the auto detection fails. # This should not need to be changed unless the auto detection fails.
SECTION="$( basename $( pwd ) )" section="$( basename $( pwd ) )"
export SECTION export section
if [ ! -f .buildlist."$SECTION" ]; then if [ ! -f .buildlist."$section" ]; then
echo "" echo ""
echo "**********************************************************************" echo "**********************************************************************"
echo "The buildlist either doesn't exist, or is of a different architecture." echo "The buildlist either doesn't exist, or is of a different architecture."
echo "** .buildlist.$SECTION is needed **" echo "** .buildlist.$section is needed **"
echo "Exiting!" echo "Exiting!"
echo "**********************************************************************" echo "**********************************************************************"
exit 1 exit 1
@ -46,15 +46,15 @@ fi
# Packages to build. # Packages to build.
# The package list is read in from .buildlist in the current directory, with # The package list is read in from .buildlist in the current directory, with
# any comments and blank lines removed. # any comments and blank lines removed.
PACKAGES="$( egrep -v "^#|^$" .buildlist."$SECTION" | cut -d'#' -f1 )" packages="$( egrep -v "^#|^$" .buildlist."$section" | cut -d'#' -f1 )"
function list_packages() { function list_packages() {
local PACKAGE local package
echo "The following packages are built in this section, listed in processing order:" echo "The following packages are built in this section, listed in processing order:"
( for PACKAGE in $PACKAGES ( for package in $packages
do do
echo -n "$PACKAGE, " echo -n "$package, "
done ) | sed -e 's/, $//' | fmt -w 74 | sed -e 's/^/ /g' done ) | sed -e 's/, $//' | fmt -w 74 | sed -e 's/^/ /g'
} }
@ -74,49 +74,49 @@ function find_package_files() {
} }
# Environment. # Environment.
PACKAGESDIR=${PACKAGESDIR:-/$ARCH} packagesdir=${packagesdir:-/$arch}
export PACKAGESDIR export packagesdir
# Option defaults. # Option defaults.
NOPATCHESDIR=0 nopatchesdir=0
NOINSTALL=0 noinstall=0
# This check compares a list of source directories with the list of the # This check compares a list of source directories with the list of the
# packages in the build list and warns of any missing package names # packages in the build list and warns of any missing package names
# in either of the two. # in either of the two.
DIRTEMPFILE=$(mktemp $SM_PARENTTMP/DIRECTORYNAMES."$SECTION".XXXXXX) dirtempfile=$(mktemp $parenttmp/DIRECTORYNAMES."$section".XXXXXX)
DIRFILETEMPPATH="$DIRTEMPFILE" dirfiletemppath="$dirtempfile"
DIRLIST=$(find . -type d -maxdepth 1 -mindepth 1 | sed 's@./@@' | sort > $DIRFILETEMPPATH) dirlist=$(find . -type d -maxdepth 1 -mindepth 1 | sed 's@./@@' | sort > $dirfiletemppath)
PACKTEMPFILE=$(mktemp $SM_PARENTTMP/BUILDFILENAMES."$SECTION".XXXXXX) packtempfile=$(mktemp $parenttmp/BUILDFILENAMES."$section".XXXXXX)
PACKFILETEMPPATH="$PACKTEMPFILE" packfiletemppath="$packtempfile"
sort .buildlist.$SECTION > $PACKFILETEMPPATH sort .buildlist.$section > $packfiletemppath
DIRECTORYCOUNT="$( wc -l < $DIRTEMPFILE )" directorycount="$( wc -l < $dirtempfile )"
BUILDLISTCOUNT="$( wc -l < $PACKTEMPFILE )" buildlistcount="$( wc -l < $packtempfile )"
# Get number of total packages # Get number of total packages
TOTALPKGNUMBER="$(wc -l < .buildlist.$SECTION)" totalpkgnumber="$(wc -l < .buildlist.$section)"
export TOTALPKGNUMBER export totalpkgnumber
if diff -u "$DIRFILETEMPPATH" "$PACKFILETEMPPATH" > /dev/null 2>&1 ; then if diff -u "$dirfiletemppath" "$packfiletemppath" > /dev/null 2>&1 ; then
DIFFSTATUS="0" diffstatus="0"
else else
DIFFSTATUS="1" diffstatus="1"
fi fi
if [ "$DIFFSTATUS" != "0" ]; then if [ "$diffstatus" != "0" ]; then
echo "*********************************************************************" echo "*********************************************************************"
echo "** Warning: In section '"$SECTION"', the number of packages in the" echo "** Warning: In section '"$section"', the number of packages in the"
echo "** hidden file '.buildlist."$SECTION"' is different to the number of" echo "** hidden file '.buildlist."$section"' is different to the number of"
echo "** package directories. Some packages may not have been added to" echo "** package directories. Some packages may not have been added to"
echo "** this file/section directory. They are listed below:" echo "** this file/section directory. They are listed below:"
echo "" echo ""
diff -u "$DIRFILETEMPPATH" "$PACKFILETEMPPATH" || true diff -u "$dirfiletemppath" "$packfiletemppath" || true
echo "" echo ""
diff -u "$PACKFILETEMPPATH" "$DIRFILETEMPPATH" || true diff -u "$packfiletemppath" "$dirfiletemppath" || true
echo "" echo ""
echo "** Building anyways :-) " echo "** Building anyways :-) "
@ -124,7 +124,7 @@ if [ "$DIFFSTATUS" != "0" ]; then
sleep 2 sleep 2
fi fi
rm -f $PACKFILETEMPPATH $DIRFILETEMPPATH rm -f $packfiletemppath $dirfiletemppath
# Parse command line arguments. # Parse command line arguments.
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do
@ -143,44 +143,44 @@ while [ $# -gt 0 ]; do
done done
# Temporary space, package and log file storage. # Temporary space, package and log file storage.
mkdir -p $PKGDEST $LOGSDIR/$SECTION mkdir -p $pkgdest $logsdir/$section
echo "*********************************************************************" echo "*********************************************************************"
echo "** Building section '$SECTION'..." echo "** Building section '$section'..."
echo "*********************************************************************" echo "*********************************************************************"
# Process packages. # Process packages.
( for PACKAGE in $PACKAGES ( for package in $packages
do do
# Build defaults. # Build defaults.
SKIP_BUILD=0 skip_build=0
SUBDIR=$PACKAGESDIR/$SECTION subdir=$packagesdir/$section
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Processing package '$PACKAGE'..." echo "*** Processing package '$package'..."
echo "*********************************************************************" echo "*********************************************************************"
# Sanity checks. # Sanity checks.
[ ! -e "$PACKAGE/$PACKAGE.SMBuild" ] && { [ ! -e "$package/$package.SMBuild" ] && {
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Error: '$PACKAGE.SMBuild' not found." echo "*** Error: '$package.SMBuild' not found."
echo "*********************************************************************" echo "*********************************************************************"
exit 1 exit 1
} }
[ ! -x "$PACKAGE/$PACKAGE.SMBuild" ] && { [ ! -x "$package/$package.SMBuild" ] && {
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Error: '$PACKAGE.SMBuild' is not executable." echo "*** Error: '$package.SMBuild' is not executable."
echo "*********************************************************************" echo "*********************************************************************"
exit 1 exit 1
} }
# Get package version and build numbers from the package SMBuild. # Get package version and build numbers from the package SMBuild.
source "$PACKAGE/$PACKAGE.SMBuild" source "$package/$package.SMBuild"
# Check that we got a version and build. # Check that we got a version and build.
[ -z "$VERSION" ] || [ -z "$BUILD" ] && { [ -z "$version" ] || [ -z "$build" ] && {
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Error: failed to get VERSION or BUILD from '$PACKAGE.SMBuild'" echo "*** Error: failed to get version or build from '$package.SMBuild'"
echo "*********************************************************************" echo "*********************************************************************"
exit 1 exit 1
} }
@ -188,77 +188,77 @@ mkdir -p $PKGDEST $LOGSDIR/$SECTION
# Check if the package should be rebuilt, and where it should be put. # Check if the package should be rebuilt, and where it should be put.
# The assumption is to always rebuild and put packages in the main # The assumption is to always rebuild and put packages in the main
# directory, unless modified by the checks below. # directory, unless modified by the checks below.
if find_package_files "$PKGDEST/$SUBDIR" "${PACKAGE//+/\+}" \ if find_package_files "$pkgdest/$subdir" "${package//+/\+}" \
"" "" "" "\.$PKGEXT" >/dev/null "" "" "" "\.$pkgext" >/dev/null
then then
if find_package_files "$PKGDEST/$SUBDIR" "${PACKAGE//+/\+}" \ if find_package_files "$pkgdest/$subdir" "${package//+/\+}" \
"${VERSION//-/_}" "" "$BUILD" "\.$PKGEXT" >/dev/null "${version//-/_}" "" "$build" "\.$pkgext" >/dev/null
then then
# Package with same version/build was found in the main directory. # Package with same version/build was found in the main directory.
SKIP_BUILD=1 skip_build=1
fi fi
fi fi
# Build package if required. # Build package if required.
if [ "$SKIP_BUILD" = "0" ]; then if [ "$skip_build" = "0" ]; then
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Building package '$PACKAGE'..." echo "*** Building package '$package'..."
echo "*********************************************************************" echo "*********************************************************************"
# Get the current package number from the build list # Get the current package number from the build list
CURRENTPKGNUMBER="$(grep -wn "$PACKAGE" .buildlist.$SECTION | cut -d: -f 1)" currentpkgnumber="$(grep -wn "$package" .buildlist.$section | cut -d: -f 1)"
export CURRENTPKGNUMBER export currentpkgnumber
mkdir -p $PKGDEST/$SUBDIR mkdir -p $pkgdest/$subdir
( cd $PACKAGE && export PKGDEST=$PKGDEST/$SUBDIR && ( cd $package && export pkgdest=$pkgdest/$subdir &&
bldpkg 2>&1 ) | \ bldpkg 2>&1 ) | \
tee $LOGSDIR/$SECTION/$PACKAGE-$SECTION-$HOSTTYPE.log.txt tee $logsdir/$section/$package-$section-$HOSTTYPE.log.txt
# Unset $CURRENTPKGNUMBER. We don't want issues when a new one comes in # Unset $CURRENTPKGNUMBER. We don't want issues when a new one comes in
ERR=${PIPESTATUS[0]} err=${PIPESTATUS[0]}
if [ "$ERR" != "0" ] ; then if [ "$err" != "0" ] ; then
unset CURRENTPKGNUMBER unset currentpkgnumber
echo "*** Error: '$PACKAGE' build failed." echo "*** Error: '$package' build failed."
exit $ERR exit $err
else else
unset CURRENTPKGNUMBER unset currentpkgnumber
mv $LOGSDIR/$SECTION/$PACKAGE-$SECTION-$HOSTTYPE.log.txt \ mv $logsdir/$section/$package-$section-$HOSTTYPE.log.txt \
$LOGSDIR/$SECTION/$PACKAGE-$VERSION-$BUILD-$SECTION-$HOSTTYPE.log.txt $logsdir/$section/$package-$version-$build-$section-$HOSTTYPE.log.txt
rm -f $SM_PARENTTMP/$PACKAGE.{APP,VERSION,BUILD} #rm -f $parenttmp/$package.{app,version,build}
fi fi
else else
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Skipping build of '$PACKAGE' - package up to date." echo "*** Skipping build of '$package' - package up to date."
echo "*********************************************************************" echo "*********************************************************************"
fi fi
if [ "$NOINSTALL" = "0" ]; then if [ "$noinstall" = "0" ]; then
echo echo
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Installing '$PACKAGE'..." echo "*** Installing '$package'..."
echo "*********************************************************************" echo "*********************************************************************"
upgradepkg --install-new $( find_package_files "$PKGDEST/$SUBDIR" \ upgradepkg --install-new $( find_package_files "$pkgdest/$subdir" \
"${PACKAGE//+/\+}" "${VERSION//-/_}" "" "$BUILD" "\.$PKGEXT" ) || { "${package//+/\+}" "${version//-/_}" "" "$build" "\.$pkgext" ) || {
echo echo
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Error: failed to install '$PACKAGE'." echo "*** Error: failed to install '$package'."
echo "*********************************************************************" echo "*********************************************************************"
exit 1 exit 1
} }
else else
echo echo
echo "*********************************************************************" echo "*********************************************************************"
echo "*** Warning: not installing '$PACKAGE'." echo "*** Warning: not installing '$package'."
echo "*********************************************************************" echo "*********************************************************************"
fi fi
done done
echo "*********************************************************************" echo "*********************************************************************"
echo "** Finished building section '$SECTION'." echo "** Finished building section '$section'."
echo "** SMLinux packages are in '$PKGDEST/$ARCH/$SECTION'." echo "** SMLinux packages are in '$pkgdest/$arch/$section'."
echo "** Section build logs are in '$LOGSDIR/$SECTION'." echo "** Section build logs are in '$logsdir/$section'."
echo "*********************************************************************" echo "*********************************************************************"
echo "** Section build time was $( runtime $SECONDS )" echo "** Section build time was $( runtime $SECONDS )"
echo "*********************************************************************" echo "*********************************************************************"
) 2>&1 | tee $LOGSDIR/$SECTION-$ARCH.log.txt ) 2>&1 | tee $logsdir/$section-$arch.log.txt
# Return the exit status from the sub-shell, not the tee command. # Return the exit status from the sub-shell, not the tee command.
exit ${PIPESTATUS[0]} exit ${PIPESTATUS[0]}

View file

@ -1,17 +1,17 @@
APP=thunar-archive-plugin app=thunar-archive-plugin
VERSION=0.4.0 version=0.4.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/thunar/archive" homepage="https://docs.xfce.org/xfce/thunar/archive"
DOWNLOAD="https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.4/thunar-archive-plugin-0.4.0.tar.bz2" download="https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.4/thunar-archive-plugin-0.4.0.tar.bz2"
DESC="Plugin to create and extract archives in Thunar" desc="Plugin to create and extract archives in Thunar"
REQUIRES="xfce4-dev-tools thunar" requires="xfce4-dev-tools thunar"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static \ --disable-static \
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
6590d8765ac6eab14fae7758e4c47c66b52e79e2e4b01a86d25bd35492590925ca35e4bbade8a9d8f0c73386eaeda6863e2a7a39a2df2904404f7e2bfdd91a44 thunar-archive-plugin-0.4.0.tar.bz2 6590d8765ac6eab14fae7758e4c47c66b52e79e2e4b01a86d25bd35492590925ca35e4bbade8a9d8f0c73386eaeda6863e2a7a39a2df2904404f7e2bfdd91a44 thunar-archive-plugin-0.4.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=thunar-volman app=thunar-volman
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/thunar/thunar-volman" homepage="https://docs.xfce.org/xfce/thunar/thunar-volman"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/thunar-volman-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/thunar-volman-4.16.0.tar.bz2"
DESC="Plugin to auto-manage removable devices in Thunar" desc="Plugin to auto-manage removable devices in Thunar"
REQUIRES="libxfce4ui thunar" requires="libxfce4ui thunar"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8 thunar-volman-4.16.0.tar.bz2 33b7561e55491b793aa634dfa0b108788286e6b7a2f60a781b8ba10f73de74630520736ae99c4db66ae2da562a82bb1a6bdacd8307d6d452f26e647da6471af8 thunar-volman-4.16.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=thunar app=thunar
VERSION=4.16.2 version=4.16.2
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/thunar/start" homepage="https://docs.xfce.org/xfce/thunar/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/thunar-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/thunar-4.16.0.tar.bz2"
DESC="Modern file manager for Xfce Desktop Environment" desc="Modern file manager for Xfce Desktop Environment"
REQUIRES="desktop-file-utils libexif libgudev libpng pcre libnotify libxfce4util libxfce4ui exo tumbler gobject-introspection" requires="desktop-file-utils libexif libgudev libpng pcre libnotify libxfce4util libxfce4ui exo tumbler gobject-introspection"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -23,13 +23,13 @@ build() {
--enable-pcre --enable-pcre
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
761bc2b2106db523b5b56b9f330a42e487aeccd144d2118956a67d6935ee6d795edf543a815c3e035dd7cc4b0965679811d39d9c5e6b6f7ca84eb362f22561e0 thunar-4.16.2.tar.bz2 761bc2b2106db523b5b56b9f330a42e487aeccd144d2118956a67d6935ee6d795edf543a815c3e035dd7cc4b0965679811d39d9c5e6b6f7ca84eb362f22561e0 thunar-4.16.2.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=tumbler app=tumbler
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/tumbler/start" homepage="https://docs.xfce.org/xfce/tumbler/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/tumbler-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/tumbler-4.16.0.tar.bz2"
DESC="Thumbnail generator" desc="Thumbnail generator"
REQUIRES="glib gobject-introspection" requires="glib gobject-introspection"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
e243b79e4bd953c266146905b3717be2ef8b518f4cf1a7d70be8f32056abf4ca4cc113edef2690db19559f1af1c8ed45241bdf7028e5304322371cf399bd9eb7 tumbler-4.16.0.tar.lz e243b79e4bd953c266146905b3717be2ef8b518f4cf1a7d70be8f32056abf4ca4cc113edef2690db19559f1af1c8ed45241bdf7028e5304322371cf399bd9eb7 tumbler-4.16.0.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=upower app=upower
VERSION=0.99.11 version=0.99.11
BUILD=1sml build=1sml
HOMEPAGE="http://upower.freedesktop.org" homepage="http://upower.freedesktop.org"
DOWNLOAD="https://upower.freedesktop.org/releases/upower-0.99.11.tar.xz" download="https://upower.freedesktop.org/releases/upower-0.99.11.tar.xz"
DESC="Abstraction layer for enumerating power devices" desc="Abstraction layer for enumerating power devices"
REQUIRES="pcre glib util-linux netbsd-curses libffi eudev libusb dbus" requires="pcre glib util-linux netbsd-curses libffi eudev libusb dbus"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
1f61e3d47ee62e34a7be15cc7144ee5f684eb204859bbd98c4b697e25ce3a6b7a100cb2354518190ebcaffb2f96d4ffb6464309654c16aea9dc1db727b982aca upower-0.99.11.tar.lz 1f61e3d47ee62e34a7be15cc7144ee5f684eb204859bbd98c4b697e25ce3a6b7a100cb2354518190ebcaffb2f96d4ffb6464309654c16aea9dc1db727b982aca upower-0.99.11.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=vte5 app=vte5
VERSION=0.50.4 version=0.50.4
BUILD=1sml build=1sml
HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
DOWNLOAD="https://gitlab.gnome.org/GNOME/vte/-/archive/0.50.4/vte-0.50.4.tar.bz2" download="https://gitlab.gnome.org/GNOME/vte/-/archive/0.50.4/vte-0.50.4.tar.bz2"
DESC="GTK+ terminal widget library for use in writing terminal emulators" desc="GTK+ terminal widget library for use in writing terminal emulators"
REQUIRES="gtk3" requires="gtk3"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf vte-$VERSION rm -rf vte-$version
tar xf $SRCDIR/vte-$VERSION.tar.?z* tar xf $srcdir/vte-$version.tar.?z*
cd vte-$VERSION cd vte-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -22,13 +22,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
7a3fa071559e35151bc72b7f349401844be63b5314aba663591796d694c76e2e84c6bc5f3f14cdccd864546515156c9683be66151c2c6b80ef45921d49f73b27 vte-0.50.4.tar.lz 7a3fa071559e35151bc72b7f349401844be63b5314aba663591796d694c76e2e84c6bc5f3f14cdccd864546515156c9683be66151c2c6b80ef45921d49f73b27 vte-0.50.4.tar.lz
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-appfinder app=xfce4-appfinder
VERSION=4.16.1 version=4.16.1
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfce4-appfinder/start" homepage="https://docs.xfce.org/xfce/xfce4-appfinder/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/xfce4-appfinder-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/xfce4-appfinder-4.16.0.tar.bz2"
DESC="Application finding widget for Xfce" desc="Application finding widget for Xfce"
REQUIRES="garcon libxfce4ui xfconf" requires="garcon libxfce4ui xfconf"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
5a28d93675af7d77de3050e7df9e064a0fd94d579d7e617878329d4385b42594afd8de96740cb91de38ffcc22bda71e4f90b61ff401980a5582bf09b2a19870c xfce4-appfinder-4.16.1.tar.bz2 5a28d93675af7d77de3050e7df9e064a0fd94d579d7e617878329d4385b42594afd8de96740cb91de38ffcc22bda71e4f90b61ff401980a5582bf09b2a19870c xfce4-appfinder-4.16.1.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-cpugraph-plugin app=xfce4-cpugraph-plugin
VERSION=1.2.6 version=1.2.6
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin" homepage="https://docs.xfce.org/panel-plugins/xfce4-cpugraph-plugin"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.2/xfce4-cpugraph-plugin-1.2.6.tar.bz2" download="https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.2/xfce4-cpugraph-plugin-1.2.6.tar.bz2"
DESC="Xfce Panel plugin to show graphically show CPU load" desc="Xfce Panel plugin to show graphically show CPU load"
REQUIRES="xfce4-panel" requires="xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
6205a0a7616b0dc5de3cdeb79a5148ee775b426a16b52c491129f74104ab224ec3b29b042a3c8ee05b77cc8775c83d75a8312b96a71504cde50dc257e8354857 xfce4-cpugraph-plugin-1.2.6.tar.bz2 6205a0a7616b0dc5de3cdeb79a5148ee775b426a16b52c491129f74104ab224ec3b29b042a3c8ee05b77cc8775c83d75a8312b96a71504cde50dc257e8354857 xfce4-cpugraph-plugin-1.2.6.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-datetime-plugin app=xfce4-datetime-plugin
VERSION=0.8.1 version=0.8.1
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin" homepage="https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.8/xfce4-datetime-plugin-0.8.1.tar.bz2" download="https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.8/xfce4-datetime-plugin-0.8.1.tar.bz2"
DESC="Xfce panel plugin to show date and time" desc="Xfce panel plugin to show date and time"
REQUIRES="xfce4-panel" requires="xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
2671b3732e9bfca68543ababa69dd16d988ba0acf0f0c8d2eba539143f8764f561053c69de3f89441e32c3098d135ee0cdf630aed5a4db16316455bdfc98120a xfce4-datetime-plugin-0.8.1.tar.bz2 2671b3732e9bfca68543ababa69dd16d988ba0acf0f0c8d2eba539143f8764f561053c69de3f89441e32c3098d135ee0cdf630aed5a4db16316455bdfc98120a xfce4-datetime-plugin-0.8.1.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-dev-tools app=xfce4-dev-tools
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfce4-dev-tools/start" homepage="https://docs.xfce.org/xfce/xfce4-dev-tools/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/xfce4-dev-tools-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/xfce4-dev-tools-4.16.0.tar.bz2"
DESC="XFCE developer tools and macros" desc="XFCE developer tools and macros"
REQUIRES="musl" requires="musl"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7 xfce4-dev-tools-4.16.0.tar.bz2 54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7 xfce4-dev-tools-4.16.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-dict app=xfce4-dict
VERSION=0.8.4 version=0.8.4
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/apps/xfce4-dict/start" homepage="https://docs.xfce.org/apps/xfce4-dict/start"
DOWNLOAD="https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.4.tar.bz2" download="https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.4.tar.bz2"
DESC="Dictionary plugin for Xfce panel" desc="Dictionary plugin for Xfce panel"
REQUIRES="librsvg xfce4-panel" requires="librsvg xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--localstatedir=/var --localstatedir=/var
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
f662b94671f2179cc93010e9ff6ad7f3425cfafeb8d7c635fefb8e816d78273f0135d6c7ff3ed143e5e01985eb4275ac89827d197ed059fbfa79df69b327f253 xfce4-dict-0.8.4.tar.bz2 f662b94671f2179cc93010e9ff6ad7f3425cfafeb8d7c635fefb8e816d78273f0135d6c7ff3ed143e5e01985eb4275ac89827d197ed059fbfa79df69b327f253 xfce4-dict-0.8.4.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-diskperf-plugin app=xfce4-diskperf-plugin
VERSION=2.6.3 version=2.6.3
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin" homepage="https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/xfce4-diskperf-plugin-2.6.3.tar.bz2" download="https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/xfce4-diskperf-plugin-2.6.3.tar.bz2"
DESC="Xfce panel plugin to show disk and partition performance" desc="Xfce panel plugin to show disk and partition performance"
REQUIRES="xfce4-panel" requires="xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116 xfce4-diskperf-plugin-2.6.3.tar.bz2 fb7ffeaca14f67bb8a2423529f7040d3e51a0184a552f4636acfb4aec914da5fef95db2c710cad8cb1a3b96ef9abc308ad072b03f6e2ccc49793c0edb73dc116 xfce4-diskperf-plugin-2.6.3.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-fsguard-plugin app=xfce4-fsguard-plugin
VERSION=1.1.2 version=1.1.2
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin/start" homepage="https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin/start"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-fsguard-plugin/1.1/xfce4-fsguard-plugin-1.1.2.tar.bz2" download="https://archive.xfce.org/src/panel-plugins/xfce4-fsguard-plugin/1.1/xfce4-fsguard-plugin-1.1.2.tar.bz2"
DESC="File system usage plugin for Xfce panel" desc="File system usage plugin for Xfce panel"
REQUIRES="xfce4-panel" requires="xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--localstatedir=/var --localstatedir=/var
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
ff42f3d92292357f432a69fc401dec474b1eadabbcd7602f4453f7567faaa623d3672664c3a2baa98ea4e522c6a607b5a40327c5fea33b2d8535f15a4d511ebb xfce4-fsguard-plugin-1.1.2.tar.bz2 ff42f3d92292357f432a69fc401dec474b1eadabbcd7602f4453f7567faaa623d3672664c3a2baa98ea4e522c6a607b5a40327c5fea33b2d8535f15a4d511ebb xfce4-fsguard-plugin-1.1.2.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-netload-plugin app=xfce4-netload-plugin
VERSION=1.4.0 version=1.4.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-netload-plugin" homepage="https://docs.xfce.org/panel-plugins/xfce4-netload-plugin"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/1.4/xfce4-netload-plugin-1.4.0.tar.bz2" download="https://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/1.4/xfce4-netload-plugin-1.4.0.tar.bz2"
DESC="Network load plugin for Xfce panel" desc="Network load plugin for Xfce panel"
REQUIRES="xfce4-panel" requires="xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,11 +20,11 @@ build() {
--localstatedir=/var --localstatedir=/var
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
b9740251a81382f25ed3c89f10e842ef5432e36696df304a2b038d4a0a0a8c49d9988fff5274f3421870afe4f8cca1755222d6e7c514cea51e6eea7235a00382 xfce4-netload-plugin-1.4.0.tar.bz2 b9740251a81382f25ed3c89f10e842ef5432e36696df304a2b038d4a0a0a8c49d9988fff5274f3421870afe4f8cca1755222d6e7c514cea51e6eea7235a00382 xfce4-netload-plugin-1.4.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-notifyd app=xfce4-notifyd
VERSION=0.6.2 version=0.6.2
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/apps/notifyd/start" homepage="https://docs.xfce.org/apps/notifyd/start"
DOWNLOAD="https://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-0.6.2.tar.bz2" download="https://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-0.6.2.tar.bz2"
DESC="Notification daemon for the Xfce desktop" desc="Notification daemon for the Xfce desktop"
REQUIRES="libnotify libxfce4ui" requires="libnotify libxfce4ui"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
sed -e "s/^systemd_user_in_files =.*/systemd_user_in_files =/" -i Makefile.in sed -e "s/^systemd_user_in_files =.*/systemd_user_in_files =/" -i Makefile.in
@ -21,13 +21,13 @@ build() {
--sysconfdir=/etc --sysconfdir=/etc
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325 xfce4-notifyd-0.6.2.tar.bz2 13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325 xfce4-notifyd-0.6.2.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-panel app=xfce4-panel
VERSION=4.16.1 version=4.16.1
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfce4-panel/start" homepage="https://docs.xfce.org/xfce/xfce4-panel/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/xfce4-panel-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/xfce4-panel-4.16.0.tar.bz2"
DESC="Panel for the Xfce Desktop Environment" desc="Panel for the Xfce Desktop Environment"
REQUIRES="desktop-file-utils exo garcon libxfce4ui xfconf" requires="desktop-file-utils exo garcon libxfce4ui xfconf"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -22,13 +22,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING* $PKGDOCS/ cp COPYING* $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
ec55a9812d61db755ea56a87ea1b709af2870703fc0e5a45797406f2f4c78e8afecd6e1bc081f3618a81030c9c0595ae8edbb29731d4bef3750e202bbf35e99c xfce4-panel-4.16.1.tar.bz2 ec55a9812d61db755ea56a87ea1b709af2870703fc0e5a45797406f2f4c78e8afecd6e1bc081f3618a81030c9c0595ae8edbb29731d4bef3750e202bbf35e99c xfce4-panel-4.16.1.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-power-manager app=xfce4-power-manager
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfce4-power-manager/start" homepage="https://docs.xfce.org/xfce/xfce4-power-manager/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/xfce4-power-manager-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/xfce4-power-manager-4.16.0.tar.bz2"
DESC="Power manager for Xfce" desc="Power manager for Xfce"
REQUIRES="upower libnotify libxfce4ui xfce4-panel xfce4-notifyd" requires="upower libnotify libxfce4ui xfce4-panel xfce4-notifyd"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-network-manager --disable-network-manager
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
1c6ecfb7696bc13c9b11fdfb4ad4e3278de2350bbc59c84c933b28c07c1a0c55b9954794e1f57e4407d2b54ffaace9ea5baed829bf0683332cf9d12bff7e71ec xfce4-power-manager-4.16.0.tar.bz2 1c6ecfb7696bc13c9b11fdfb4ad4e3278de2350bbc59c84c933b28c07c1a0c55b9954794e1f57e4407d2b54ffaace9ea5baed829bf0683332cf9d12bff7e71ec xfce4-power-manager-4.16.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-screenshooter app=xfce4-screenshooter
VERSION=1.9.8 version=1.9.8
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/apps/screenshooter/start" homepage="https://docs.xfce.org/apps/screenshooter/start"
DOWNLOAD="https://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/xfce4-screenshooter-1.9.9.tar.bz2" download="https://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/xfce4-screenshooter-1.9.9.tar.bz2"
DESC="Program to take screenshots in Xfce" desc="Program to take screenshots in Xfce"
REQUIRES="libsoup xfce4-panel" requires="libsoup xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
325697cf37075c313956621707ec9ae40a51ec85dfa65d73ccb8695a0b2d14cff0d62a9a30114b60b0404bd9ba25728bc4c350d3c2a65def6afa4a382883746a xfce4-screenshooter-1.9.8.tar.bz2 325697cf37075c313956621707ec9ae40a51ec85dfa65d73ccb8695a0b2d14cff0d62a9a30114b60b0404bd9ba25728bc4c350d3c2a65def6afa4a382883746a xfce4-screenshooter-1.9.8.tar.bz2
" "

View file

@ -1,21 +1,21 @@
APP=xfce4-session app=xfce4-session
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfce4-session/start" homepage="https://docs.xfce.org/xfce/xfce4-session/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/xfce4-session-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/xfce4-session-4.16.0.tar.bz2"
DESC="Xfce Session Manager" desc="Xfce Session Manager"
REQUIRES="libsm xinit xrdb libxfce4ui" requires="libsm xinit xrdb libxfce4ui"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
--prefix="" \ --prefix="/" \
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
--disable-static \ --disable-static \
@ -23,11 +23,11 @@ build() {
--disable-legacy-sm --disable-legacy-sm
make make
make install DESTDIR=$PKG make install XSESSION_PREFIX="/" DESTDIR=$pkg
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
fd74b24d0c2762b5a99883b62ca9447c3683e42e9e39193d0f60e02b8c1ad77a3dfff4df6f3b3c345d8ea3d4c4ef93485e9b5586862bab85d4b37110d3400fad xfce4-session-4.16.0.tar.bz2 fd74b24d0c2762b5a99883b62ca9447c3683e42e9e39193d0f60e02b8c1ad77a3dfff4df6f3b3c345d8ea3d4c4ef93485e9b5586862bab85d4b37110d3400fad xfce4-session-4.16.0.tar.bz2
" "

View file

@ -1,20 +1,20 @@
APP=xfce4-settings app=xfce4-settings
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfce4-settings/start" homepage="https://docs.xfce.org/xfce/xfce4-settings/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/xfce4-settings-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/xfce4-settings-4.16.0.tar.bz2"
DESC="Settings Manager for Xfce" desc="Settings Manager for Xfce"
REQUIRES="libnotify exo garcon libxfce4ui xfconf" requires="libnotify exo garcon libxfce4ui xfconf"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
patch -p1 < $SRCDIR/default-xsettings-xml.patch patch -p1 < $srcdir/default-xsettings-xml.patch
./configure \ ./configure \
--prefix="" \ --prefix="" \
@ -26,14 +26,14 @@ build() {
--disable-upower-glib --disable-upower-glib
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
38c06e4d4c0963019c20a3afadb0dc1bde8d1b477bcff2d0253e29beb5e4a8b5ae9d058b544cec6fe2bfc2c1d44f74283c94538eda25436d58db0754f112a238 xfce4-settings-4.16.0.tar.bz2 38c06e4d4c0963019c20a3afadb0dc1bde8d1b477bcff2d0253e29beb5e4a8b5ae9d058b544cec6fe2bfc2c1d44f74283c94538eda25436d58db0754f112a238 xfce4-settings-4.16.0.tar.bz2
09fe6b214dbf5638d9ba47e40f67a22a1d96d61031b3c9e6e971cefc8b0f511ed37bdc90c1a906f26522ebb04a6c458b82f4e23ed84cb90772445be961b244c3 default-xsettings-xml.patch 09fe6b214dbf5638d9ba47e40f67a22a1d96d61031b3c9e6e971cefc8b0f511ed37bdc90c1a906f26522ebb04a6c458b82f4e23ed84cb90772445be961b244c3 default-xsettings-xml.patch
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-systemload-plugin app=xfce4-systemload-plugin
VERSION=1.3.1 version=1.3.1
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin" homepage="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2" download="https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.1.tar.bz2"
DESC="System load plugin for the Xfce panel" desc="System load plugin for the Xfce panel"
REQUIRES="xfce4-panel" requires="xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
2b2285c5960a5728dd7818f90605848e462fe5fef8643ff5be64b7087225399395ace5ec8013f6795d410b0acf79ec77c14e2ed0e56007cfe6f13133ba708876 xfce4-systemload-plugin-1.3.1.tar.bz2 2b2285c5960a5728dd7818f90605848e462fe5fef8643ff5be64b7087225399395ace5ec8013f6795d410b0acf79ec77c14e2ed0e56007cfe6f13133ba708876 xfce4-systemload-plugin-1.3.1.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-taskmanager app=xfce4-taskmanager
VERSION=1.5.2 version=1.5.2
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/apps/xfce4-taskmanager" homepage="https://docs.xfce.org/apps/xfce4-taskmanager"
DOWNLOAD="https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-1.5.2.tar.bz2" download="https://archive.xfce.org/src/apps/xfce4-taskmanager/1.5/xfce4-taskmanager-1.5.2.tar.bz2"
DESC="Task manager for Xfce Desktop Environment" desc="Task manager for Xfce Desktop Environment"
REQUIRES="libwnck3 libxmu" requires="libwnck3 libxmu"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--localstatedir=/var --localstatedir=/var
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
81074da8bf84a0fa9cecd2ab4d5672cb100e4c58ee66bdbaddcb5f6ac2886f615f4bed281920ed71e84fc94f8cd96577a3634b152d393a26f7cb4f62703d9683 xfce4-taskmanager-1.5.2.tar.bz2 81074da8bf84a0fa9cecd2ab4d5672cb100e4c58ee66bdbaddcb5f6ac2886f615f4bed281920ed71e84fc94f8cd96577a3634b152d393a26f7cb4f62703d9683 xfce4-taskmanager-1.5.2.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-terminal app=xfce4-terminal
VERSION=0.8.10 version=0.8.10
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/apps/terminal/start" homepage="https://docs.xfce.org/apps/terminal/start"
DOWNLOAD="https://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-0.8.10.tar.bz2" download="https://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-0.8.10.tar.bz2"
DESC="Modern terminal emulator for the Xfce Desktop Environment" desc="Modern terminal emulator for the Xfce Desktop Environment"
REQUIRES="libxfce4ui vte5" requires="libxfce4ui vte5"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -20,13 +20,13 @@ build() {
--localstatedir=/var --localstatedir=/var
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4 xfce4-terminal-0.8.10.tar.bz2 92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4 xfce4-terminal-0.8.10.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-wavelan-plugin app=xfce4-wavelan-plugin
VERSION=0.6.2 version=0.6.2
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin" homepage="https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.2.tar.bz2" download="https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.2.tar.bz2"
DESC="Xfce panel plugin to display wifi connectivity monitor" desc="Xfce panel plugin to display wifi connectivity monitor"
REQUIRES="xfce4-panel" requires="xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
90e0d5f2e9add1f177f0f69e537ccdeeaf518a122feb776cb8bce139b9af6ea7d248e758ae381b69041bbdefe2d38f2162d08b25fd246d98c3a028d743892123 xfce4-wavelan-plugin-0.6.2.tar.bz2 90e0d5f2e9add1f177f0f69e537ccdeeaf518a122feb776cb8bce139b9af6ea7d248e758ae381b69041bbdefe2d38f2162d08b25fd246d98c3a028d743892123 xfce4-wavelan-plugin-0.6.2.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfce4-weather-plugin app=xfce4-weather-plugin
VERSION=0.11.0 version=0.11.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/panel-plugins/xfce4-weather-plugin" homepage="https://docs.xfce.org/panel-plugins/xfce4-weather-plugin"
DOWNLOAD="https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.11/xfce4-weather-plugin-0.11.0.tar.bz2" download="https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.11/xfce4-weather-plugin-0.11.0.tar.bz2"
DESC="Weather plugin for Xfce panel" desc="Weather plugin for Xfce panel"
REQUIRES="libsoup libxml2 xfce4-panel" requires="libsoup libxml2 xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,12 +21,12 @@ build() {
--disable-static --disable-static
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
f4534d47f825358752ec6252fd0fc49a44ac682e4cdce960d744cd343f5f670473fa4175c59849282352dc75ca9b22b83d7ace68cedfc7dc89bcb21be24ccf86 xfce4-weather-plugin-0.11.0.tar.bz2 f4534d47f825358752ec6252fd0fc49a44ac682e4cdce960d744cd343f5f670473fa4175c59849282352dc75ca9b22b83d7ace68cedfc7dc89bcb21be24ccf86 xfce4-weather-plugin-0.11.0.tar.bz2
" "

View file

@ -1,31 +1,32 @@
APP=xfce4-whiskermenu-plugin app=xfce4-whiskermenu-plugin
VERSION=2.7.1 version=2.7.1
BUILD=1sml build=1sml
HOMEPAGE="https://gottcode.org/xfce4-whiskermenu-plugin/" homepage="https://gottcode.org/xfce4-whiskermenu-plugin/"
DOWNLOAD="https://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.7.1-src.tar.bz2" download="https://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-2.7.1-src.tar.bz2"
DESC="Alternate application launcher for Xfce" desc="Alternate application launcher for Xfce"
REQUIRES="gtk3 garcon xfce4-panel" requires="gtk3 garcon xfce4-panel"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION-src.tar.?z* tar xf $srcdir/$app-$version-src.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
mkdir -p smbuild && cd smbuild mkdir -p smbuild && cd smbuild
cmake .. \ cmake .. \
-DCMAKE_INSTALL_PREFIX="" -DCMAKE_INSTALL_PREFIX="" \
-DCMAKE_INSTALL_LIBDIR=lib
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp ../COPYING $PKGDOCS/ cp ../COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
40a1124ad8bcb51a21cab20cde8079fdce31d57ade3da787235554391e5eb9ec747c646f46f84f9ecadacf124446bf80a7aec8138415b68ed064e02371aa7c0a xfce4-whiskermenu-plugin-2.7.1-src.tar.bz2 40a1124ad8bcb51a21cab20cde8079fdce31d57ade3da787235554391e5eb9ec747c646f46f84f9ecadacf124446bf80a7aec8138415b68ed064e02371aa7c0a xfce4-whiskermenu-plugin-2.7.1-src.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfconf app=xfconf
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfconf/start" homepage="https://docs.xfce.org/xfce/xfconf/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/xfconf-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/xfconf-4.16.0.tar.bz2"
DESC="Xfce configuration storage system" desc="Xfce configuration storage system"
REQUIRES="libxfce4util gobject-introspection" requires="libxfce4util gobject-introspection"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--disable-nls --disable-nls
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344 xfconf-4.16.0.tar.bz2 d2e6b272243d6eda71f42cb3df18cb9c0745a1864718639e9aa494902dfe5b4989b2761fee2195456e5725cad0f744978f9c95c6f01e48aa016a919ce3468344 xfconf-4.16.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfdesktop app=xfdesktop
VERSION=4.16.0 version=4.16.0
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfdesktop/start" homepage="https://docs.xfce.org/xfce/xfdesktop/start"
DOWNLOAD="https://archive.xfce.org/xfce/4.16/src/xfdesktop-4.16.0.tar.bz2" download="https://archive.xfce.org/xfce/4.16/src/xfdesktop-4.16.0.tar.bz2"
DESC="Xfce Desktop Manager" desc="Xfce Desktop Manager"
REQUIRES="exo garcon libxfce4ui thunar" requires="exo garcon libxfce4ui thunar"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--enable-notifications --enable-notifications
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129 xfdesktop-4.16.0.tar.bz2 e62e5fb12997c3138fa36aed06388b921f5223ec09afbd22b622ef39bc421773acbf73606ffc3b38b5a01845678847cda43d193c8457608715cf750acd466129 xfdesktop-4.16.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfwm4-themes app=xfwm4-themes
VERSION=4.10.0 version=4.10.0
BUILD=1sml build=1sml
HOMEPAGE="https://www.xfce.org" homepage="https://www.xfce.org"
DOWNLOAD="https://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-4.10.0.tar.bz2" download="https://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-4.10.0.tar.bz2"
DESC="Collection of Xfce Window Manager Themes" desc="Collection of Xfce Window Manager Themes"
REQUIRES="xfwm4" requires="xfwm4"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
./configure \ ./configure \
@ -21,13 +21,13 @@ build() {
--libexecdir=/lib --libexecdir=/lib
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
5c77e9f1b4b1051f86696605d2fcc8ba6abbc667fc2ae48c5eb1235d62fb99e5171a7c8b9b662147e86b1f508fd8d723f931bd211e41675ab390ec0d7a5e1305 xfwm4-themes-4.10.0.tar.bz2 5c77e9f1b4b1051f86696605d2fcc8ba6abbc667fc2ae48c5eb1235d62fb99e5171a7c8b9b662147e86b1f508fd8d723f931bd211e41675ab390ec0d7a5e1305 xfwm4-themes-4.10.0.tar.bz2
" "

View file

@ -1,17 +1,17 @@
APP=xfwm4 app=xfwm4
VERSION=4.16.1 version=4.16.1
BUILD=1sml build=1sml
HOMEPAGE="https://docs.xfce.org/xfce/xfwm4/start" homepage="https://docs.xfce.org/xfce/xfwm4/start"
DOWNLOAD="https://archive.xfce.org/src/xfce/xfwm4/4.16/xfwm4-4.16.1.tar.bz2" download="https://archive.xfce.org/src/xfce/xfwm4/4.16/xfwm4-4.16.1.tar.bz2"
DESC="Xfce Window Manager" desc="Xfce Window Manager"
REQUIRES="libepoxy libxpresent libxfce4ui xfconf" requires="libepoxy libxpresent libxfce4ui xfconf"
build() { build() {
mkandenterbuilddir mkandenterbuilddir
rm -rf $APP-$VERSION rm -rf $app-$version
tar xf $SRCDIR/$APP-$VERSION.tar.?z* tar xf $srcdir/$app-$version.tar.?z*
cd $APP-$VERSION cd $app-$version
fixbuilddirpermissions fixbuilddirpermissions
# Results in faster window draw and less CPU on the pi # Results in faster window draw and less CPU on the pi
@ -31,13 +31,13 @@ build() {
$compositingflag $compositingflag
make make
make install DESTDIR=$PKG make install DESTDIR=$pkg
cp COPYING $PKGDOCS/ cp COPYING $pkgdocs/
mkfinalpkg mkfinalpkg
} }
SHA512SUMS=" sha512sums="
f0d5d00e58202457d0d7d5f9772e7b2aa3f3339850065609baab7d379248a628d147464cc605698970134b87d58b7867b8c09d0a3a45ab84b2f3aa95be26f0b9 xfwm4-4.16.1.tar.bz2 f0d5d00e58202457d0d7d5f9772e7b2aa3f3339850065609baab7d379248a628d147464cc605698970134b87d58b7867b8c09d0a3a45ab84b2f3aa95be26f0b9 xfwm4-4.16.1.tar.bz2
" "