smlinux/xfce/xfce4-terminal/smbuild
PktSurf 8f942da698 Enabled compositor by default in xfce/xfwm4
Added /usr to several xfce section build files
2024-11-01 22:31:37 +05:30

33 lines
773 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=xfce4-terminal
version=0.8.10
build=1sml
homepage="https://docs.xfce.org/apps/terminal/start"
download="https://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-$version.tar.bz2"
desc="Modern terminal emulator for the Xfce Desktop Environment"
requires="libxfce4ui vte5"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix=/usr
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
6e6718f269fc528aeb02921ebc0c7a9cbfa2135decc163561fcfe2a71d669e338cf03e7a26da98fb385385f86f2c308e9826dc81a6ddf0627cd8c0f43cda0374 xfce4-terminal-0.8.10.tar.lz
"