mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/gtk-xfce-engine: New maintainer.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
95dcc20740
commit
62121cfc22
3 changed files with 7 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for gtk-xfce-engine
|
||||
|
||||
# Copyright 2021 Petar Petrov slackalaxy@gmail.com
|
||||
# Copyright 2024 Nick Smallbone nick@smallbone.se
|
||||
# Inspired by Slackware 14.2 Xfce's SlackBuilds
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -57,6 +58,9 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
elif [ "$ARCH" = "aarch64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
|
@ -82,7 +86,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PKGNAM-$VERSION \
|
||||
--disable-static \
|
||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="8166527ec36388c735fcb927f5624801"
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Petar Petrov"
|
||||
EMAIL="slackalaxy@gmail.com"
|
||||
MAINTAINER="Nick Smallbone"
|
||||
EMAIL="nick@smallbone.se"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
gtk-xfce-engine: gtk-xfce-engine (Xfce Gtk+ engines)
|
||||
gtk-xfce-engine:
|
||||
gtk-xfce-engine: The GTK-Xfce-Engine package contains several GTK+-2/3 themes and the
|
||||
gtk-xfce-engine: The GTK-Xfce-Engine package contains several GTK+-2 themes and the
|
||||
gtk-xfce-engine: applications and libraries needed to display them. This is useful for
|
||||
gtk-xfce-engine: customizing the appearance of your Xfce desktop.
|
||||
gtk-xfce-engine:
|
||||
|
|
Loading…
Reference in a new issue