smlinux/xfce/xfce4-datetime-plugin/xfce4-datetime-plugin.SMBuild
SMLinux 57fb724e35 -> 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
2022-02-13 19:15:42 +05:30

33 lines
No EOL
809 B
Text
Executable file

app=xfce4-datetime-plugin
version=0.8.1
build=1sml
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"
desc="Xfce panel plugin to show date and time"
requires="xfce4-panel"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
2671b3732e9bfca68543ababa69dd16d988ba0acf0f0c8d2eba539143f8764f561053c69de3f89441e32c3098d135ee0cdf630aed5a4db16316455bdfc98120a xfce4-datetime-plugin-0.8.1.tar.bz2
"