Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
vice


Commits:
4e74e744 by Alexander F. Rødseth at 2024-08-24T16:38:46+02:00
upgpkg: 3.8-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = vice
        pkgdesc = Versatile Commodore Emulator
        pkgver = 3.8
-       pkgrel = 2
+       pkgrel = 3
        url = https://vice-emu.sourceforge.io/
        arch = x86_64
        license = GPL-2.0-only
        makedepends = dos2unix
+       makedepends = glib2-devel
        makedepends = libpcap
        makedepends = libxaw
        makedepends = xa


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
 
 pkgname=vice
 pkgver=3.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Versatile Commodore Emulator'
 arch=(x86_64)
 license=(GPL-2.0-only)
 url='https://vice-emu.sourceforge.io/'
 depends=(alsa-lib giflib glew gtk3 libjpeg-turbo libpng libpulse python sdl2 
sdl2_image)
-makedepends=(dos2unix libpcap libxaw xa xorg-bdftopcf xorg-mkfontscale)
+makedepends=(dos2unix glib2-devel libpcap libxaw xa xorg-bdftopcf 
xorg-mkfontscale)
 
source=("https://downloads.sourceforge.net/project/vice-emu/releases/$pkgname-${pkgver%.0}.tar.gz";
         disable-fc-cache.patch)
 
b2sums=('709fd6eda874de542e5770a328b0c0308d04f755e3bf1fceba5147156eb894a95ce6f14e9f8848ca6992d4f958082f83a198d2176c1fe54e87027c7dfac8849c'
@@ -27,8 +27,7 @@ prepare() {
 build() {
   cd $pkgname-$pkgver
   export CFLAGS="$CFLAGS -w -Wl,--allow-multiple-definition"
-  PKG_CONFIG_PATH="/usr/lib/ffmpeg/pkgconfig" \
-  ./configure \
+  PKG_CONFIG_PATH='/usr/lib/ffmpeg/pkgconfig' ./configure \
     --disable-ffmpeg \
     --enable-gtk3ui \
     --enable-sdl2ui \
@@ -39,8 +38,5 @@ build() {
 }
 
 package() {
-  make -C $pkgname-$pkgver \
-    DESTDIR="$pkgdir" \
-    realdocdir=/usr/share/doc/vice \
-    install
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" realdocdir=/usr/share/doc/vice 
install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vice/-/commit/4e74e74490abeed6071e8a93c5b45b09ecabc919

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


Reply via email to