[arch-commits] Commit in wxsvg/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Nov 3 21:09:08 UTC 2021


    Date: Wednesday, November 3, 2021 @ 21:09:08
  Author: arojas
Revision: 1035674

archrelease: copy trunk to community-x86_64

Added:
  wxsvg/repos/community-x86_64/PKGBUILD
    (from rev 1035673, wxsvg/trunk/PKGBUILD)
Deleted:
  wxsvg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-03 21:08:59 UTC (rev 1035673)
+++ PKGBUILD	2021-11-03 21:09:08 UTC (rev 1035674)
@@ -1,37 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Leonidas Spyropoulos <artafinde at gmail com>
-# Contributor: Miguel Revilla <yo at miguelrevilla.com>
-# Contributor: Joshua Stiefer <facedelajunk at gmail.com>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=wxsvg
-pkgver=1.5.22
-pkgrel=2
-pkgdesc="C++ library to create, manipulate and render SVG files"
-arch=(x86_64)
-url="http://wxsvg.sourceforge.net/"
-license=('custom:wxWindows')
-depends=(ffmpeg libexif wxgtk3)
-makedepends=(webkit2gtk)
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('0de168cd9f0ccd309b8640c1b6e89f2a906983bc12efe75b0c5cd30f1eaff529')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/libwxsvg_la_LDFLAGS = /libwxsvg_la_LDFLAGS = $(LDFLAGS) /' src/Makefile.am
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: wxsvg/repos/community-x86_64/PKGBUILD (from rev 1035673, wxsvg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-03 21:09:08 UTC (rev 1035674)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Leonidas Spyropoulos <artafinde at gmail com>
+# Contributor: Miguel Revilla <yo at miguelrevilla.com>
+# Contributor: Joshua Stiefer <facedelajunk at gmail.com>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=wxsvg
+pkgver=1.5.23
+pkgrel=1
+pkgdesc='C++ library to create, manipulate and render SVG files'
+arch=('x86_64')
+url='http://wxsvg.sourceforge.net/'
+license=('custom:wxWindows')
+depends=('ffmpeg' 'libexif' 'wxgtk3')
+makedepends=('webkit2gtk')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('3f07361facc7d18cc19a940dd73c78142ed5eec38c14d993a85bf0c061dcabb9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/libwxsvg_la_LDFLAGS = /libwxsvg_la_LDFLAGS = $(LDFLAGS) /' src/Makefile.am
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list