diff options
Diffstat (limited to 'arch/tde-extra/tde-twin-style-fahrenheit/PKGBUILD')
-rw-r--r-- | arch/tde-extra/tde-twin-style-fahrenheit/PKGBUILD | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/arch/tde-extra/tde-twin-style-fahrenheit/PKGBUILD b/arch/tde-extra/tde-twin-style-fahrenheit/PKGBUILD index ad7249db7..365211641 100644 --- a/arch/tde-extra/tde-twin-style-fahrenheit/PKGBUILD +++ b/arch/tde-extra/tde-twin-style-fahrenheit/PKGBUILD @@ -6,8 +6,8 @@ _cat=applications/themes/ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod/tde-}" -pkgver=14.1.2 -pkgrel=2 +pkgver=14.1.3 +pkgrel=1 pkgdesc="Port of the KDE 3.2's version of Fahrenheit window decoration" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') url="https://scm.trinitydesktop.org/scm/git/${_mod}" @@ -26,20 +26,12 @@ replaces=("trinity-${_mod}") options=('staticlibs' 'libtool' '!strip') install= -source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/${_cat}${_mod}-trinity-${pkgver}.tar.xz" - 'bp000-fix-loading-in-twin.diff') -md5sums=('05885e914abe26e077d5ad04f54fe2d7' - 'c7bf7cec191c94805220a4624c4288ab') +source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/${_cat}${_mod}-trinity-${pkgver}.tar.xz") +md5sums=('bb9edeab6bc2a82f23760f2a72d51c3b') [ -n "$TDEDIR" ] || TDEDIR=/opt/trinity [ -n "$TQTDIR" ] || TQTDIR=${TDEDIR}/tqt3 -prepare() { - msg "Apply backported patches" - cd ${srcdir}/${_mod}-trinity-${pkgver} || exit 1 - patch -p1 < ${srcdir}/bp000-fix-loading-in-twin.diff -} - build() { msg "Creating out-of-source build directory: ${srcdir}/build" mkdir -p "$srcdir/build-$CARCH" |