[arch-commits] Commit in synfigstudio/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Sat Oct 7 11:34:17 UTC 2017


    Date: Saturday, October 7, 2017 @ 11:34:16
  Author: spupykin
Revision: 262066

upgpkg: synfigstudio 1.2.1-2

Modified:
  synfigstudio/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-07 10:25:42 UTC (rev 262065)
+++ PKGBUILD	2017-10-07 11:34:16 UTC (rev 262066)
@@ -4,7 +4,7 @@
 
 pkgname=synfigstudio
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Professional vector animation program (GUI)"
 arch=(i686 x86_64)
 url="http://synfig.org"
@@ -19,11 +19,8 @@
   cd "$srcdir"/synfigstudio-$pkgver
   export PKG_CONFIG_PATH=/usr/lib/ffmpeg0.10/pkgconfig:$PKG_CONFIG_PATH
   LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg0.10"
-#  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
-#  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS -std=gnu++11"
   [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf --install --force; }
   [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc --with-libavcodec --with-libdv
-#  sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' src/gui/dialogs/dialog_color.cpp
   make
 }
 
@@ -30,7 +27,6 @@
 package() {
   cd "$srcdir"/synfigstudio-$pkgver
   make DESTDIR="$pkgdir" install
-return;
   rm -f "$pkgdir"/usr/share/pixmaps/$pkgname/*.mng
   install -m644 images/*.png -t "$pkgdir"/usr/share/pixmaps/$pkgname/
 



More information about the arch-commits mailing list