Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
xfce4-terminal


Commits:
be27aa77 by Evangelos Foutras at 2024-02-06T22:07:24+02:00
upgpkg: 1.1.2-2: fix unsafe paste dialog not working

https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xfce4-terminal
        pkgdesc = A modern terminal emulator primarily for the Xfce desktop 
environment
        pkgver = 1.1.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://docs.xfce.org/apps/terminal/start
        arch = x86_64
        groups = xfce4
@@ -12,6 +12,8 @@ pkgbase = xfce4-terminal
        depends = gtk-layer-shell
        depends = hicolor-icon-theme
        source = 
https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.2.tar.bz2
+       source = 
xfce4-terminal-wrong-assert.patch::https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451c.patch
        sha256sums = 
79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810
+       sha256sums = 
81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7
 
 pkgname = xfce4-terminal


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-terminal
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
 arch=('x86_64')
 url="https://docs.xfce.org/apps/terminal/start";
@@ -12,11 +12,16 @@ license=('GPL2')
 groups=('xfce4')
 depends=('libxfce4ui' 'vte3' 'gtk-layer-shell' 'hicolor-icon-theme')
 makedepends=('intltool')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+        
$pkgname-wrong-assert.patch::https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451c.patch)
+sha256sums=('79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810'
+            '81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7')
 
 prepare() {
   cd $pkgname-$pkgver
+
+  # https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299
+  patch -Np1 -i ../$pkgname-wrong-assert.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-terminal/-/commit/be27aa7711b4664ae0eed1b435dc84d4aafea14f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-terminal/-/commit/be27aa7711b4664ae0eed1b435dc84d4aafea14f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to