updated xfce scripts

This commit is contained in:
K D Hedger
2020-08-25 14:44:03 +01:00
parent 0a215b4e06
commit 05e338db98
5 changed files with 14 additions and 12 deletions

View File

@ -8,18 +8,18 @@ if ! lfspkg -B "$DEPENDS";then
fi
PKGNAME="libnotify3"
TARNAME="$PKGNAME"
TARNAME="libnotify"
VERSION="0.7.8"
BUILD=${BUILD:-1}
SECTION="SYS"
SUFFIX="LFSPKG"
TARBALL="${TARNAME}-${VERSION}.tar.gz"
TARBALL="${TARNAME}-${VERSION}.tar.xz"
PKG="${OUTPUT}/${PKGNAME}"
DOWHAT=${1:-"build"}
CWD=$(pwd)
scriptLog "${PKGNAME}-${VERSION}"
gettar "http://ftp.gnome.org/pub/gnome/sources/${PKGNAME}/${VERSION%.?*}/${TARBALL}" $SECTION
gettar "http://ftp.gnome.org/pub/gnome/sources/${TARNAME}/${VERSION%.?*}/${TARBALL}" $SECTION
rm -rf "$PKG" || true
mkdir -p "$PKG"

View File

@ -7,8 +7,8 @@ if ! lfspkg -B "$DEPENDS";then
exit 100
fi
PKGNAME="Thunar"
TARNAME="$PKGNAME"
PKGNAME="thunar"
TARNAME="Thunar"
VERSION="1.8.9"
BUILD=${BUILD:-1}
SECTION="XFCE"

View File

@ -19,7 +19,8 @@ DOWHAT=${1:-"build"}
CWD=$(pwd)
scriptLog "${PKGNAME}-${VERSION}"
gettar "https://archive.xfce.org/src/xfce/${PKGNAME}/${VERSION%.?*}/${TARBALL}" $SECTION
gettar "https://archive.xfce.org/src/archive/${PKGNAME}/${VERSION%.?*}/${TARBALL}" $SECTION
rm -rf "$PKG" || true
mkdir -p "$PKG"

View File

@ -19,18 +19,19 @@ DOWHAT=${1:-"build"}
CWD=$(pwd)
scriptLog "${PKGNAME}-${VERSION}"
gettar "http://ftp.gnome.org/pub/gnome/sources/libwnck/2.30/${TARBALL}" $SECTION
gettar "http://ftp.gnome.org/pub/gnome/sources/${PKGNAME}/${VERSION%.?*}/${TARBALL}" $SECTION
rm -rf "$PKG" || true
mkdir -p "$PKG"
pushd $COMPILEAT 2>/dev/null||true
extractarchive "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"
pushd "${TARNAME}-${VERSION}"
mkdir build
mkdir -vp build
cd build
meson --prefix=/usr -Dbuildtype=release -Dgtk_doc=true ..
ninja|| exit 100
DESTDIR=$PKG ninja install|| exit 100
meson --prefix=/usr -Dbuildtype=release ..
ninja $MAKEFLAGS||ninja -j1||exit 100
DESTDIR=$PKG ninja install
popd
checketc $PKG

View File

@ -19,7 +19,7 @@ DOWHAT=${1:-"build"}
CWD=$(pwd)
scriptLog "${PKGNAME}-${VERSION}"
gettar "https://archive.xfce.org/src/xfce/${PKGNAME}/${VERSION%.?*}/${TARBALL}" $SECTION
gettar "https://archive.xfce.org/src/archive/${PKGNAME}/${VERSION%.?*}/${TARBALL}" $SECTION
rm -rf "$PKG" || true
mkdir -p "$PKG"