Skip to content

Commit

Permalink
addpatch: lxappearance-obconf 0.2.3-4
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 authored and felixonmars committed Oct 1, 2024
1 parent 813bb48 commit 45636c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lxappearance-obconf/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -14,6 +14,11 @@ makedepends=('intltool')
source=(https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
sha256sums=('3150b33b4b7beb71c1803aee2be21c94767d73b70dfc8d2bcaafe2650ea83149')

+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -fi
+}
+
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr

0 comments on commit 45636c4

Please sign in to comment.