Date: Monday, May 25, 2020 @ 13:50:27
  Author: felixonmars
Revision: 634335

archrelease: copy trunk to community-x86_64

Added:
  gtk-engine-murrine/repos/community-x86_64/PKGBUILD
    (from rev 634334, gtk-engine-murrine/trunk/PKGBUILD)
  gtk-engine-murrine/repos/community-x86_64/fix-crasher.patch
    (from rev 634334, gtk-engine-murrine/trunk/fix-crasher.patch)
Deleted:
  gtk-engine-murrine/repos/community-x86_64/PKGBUILD
  gtk-engine-murrine/repos/community-x86_64/fix-crasher.patch

-------------------+
 PKGBUILD          |   81 +++++++++++++++++++++++++---------------------------
 fix-crasher.patch |   24 +++++++--------
 2 files changed, 52 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-25 13:50:06 UTC (rev 634334)
+++ PKGBUILD    2020-05-25 13:50:27 UTC (rev 634335)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Roman Kyrylych <[email protected]>
-# Contributor: detto <[email protected]>
-# Maintainer: Daniel J Griffiths <[email protected]>
-
-pkgname=gtk-engine-murrine
-pkgver=0.98.2
-pkgrel=3
-pkgdesc="GTK2 engine to make your desktop look like a 'murrina', an italian 
word meaning the art glass works done by Venicians glass blowers."
-arch=('x86_64')
-url="http://cimitan.com/murrine/project/murrine";
-license=('LGPL3')
-depends=('gtk2')
-makedepends=('intltool')
-source=(https://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${pkgver}.tar.xz
-        fix-crasher.patch)
-sha256sums=('e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89'
-            'e33f76ea23e38eecd2921300c7c01ff06ca33f63b9c7810d83d95e47681fe7da')
-
-prepare() {
-  cd murrine-${pkgver}
-  # https://bugs.archlinux.org/task/48294
-  patch -Np1 -i ../fix-crasher.patch
-}
-
-build() {
-  cd murrine-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --enable-animation \
-    --enable-animationrtl
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd murrine-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: gtk-engine-murrine/repos/community-x86_64/PKGBUILD (from rev 634334, 
gtk-engine-murrine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-25 13:50:27 UTC (rev 634335)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: detto <[email protected]>
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+pkgname=gtk-engine-murrine
+pkgver=0.98.2
+pkgrel=4
+pkgdesc="GTK2 engine to make your desktop look like a 'murrina', an italian 
word meaning the art glass works done by Venicians glass blowers."
+arch=('x86_64')
+url="http://cimitan.com/murrine/project/murrine";
+license=('LGPL3')
+depends=('gtk2')
+makedepends=('intltool')
+source=(https://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-${pkgver}.tar.xz
+        fix-crasher.patch)
+sha256sums=('e9c68ae001b9130d0f9d1b311e8121a94e5c134b82553ba03971088e57d12c89'
+            'e33f76ea23e38eecd2921300c7c01ff06ca33f63b9c7810d83d95e47681fe7da')
+
+prepare() {
+  cd murrine-${pkgver}
+  # https://bugs.archlinux.org/task/48294
+  patch -Np1 -i ../fix-crasher.patch
+}
+
+build() {
+  cd murrine-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --enable-animation \
+    --enable-animationrtl
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd murrine-${pkgver}
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-crasher.patch
===================================================================
--- fix-crasher.patch   2020-05-25 13:50:06 UTC (rev 634334)
+++ fix-crasher.patch   2020-05-25 13:50:27 UTC (rev 634335)
@@ -1,12 +0,0 @@
-Index: gtk2-engines-murrine-0.98.2/src/murrine_style.c
-===================================================================
---- gtk2-engines-murrine-0.98.2.orig/src/murrine_style.c
-+++ gtk2-engines-murrine-0.98.2/src/murrine_style.c
-@@ -2171,6 +2171,7 @@ murrine_style_draw_layout (GtkStyle
-                       cairo_t *cr; 
-                       cr = murrine_begin_paint (window, area); 
-                       cairo_translate (cr, x+xos, y+yos); 
-+                      pango_cairo_update_layout (cr, layout);
-                       pango_cairo_layout_path (cr, layout);
-                       murrine_set_color_rgba (cr, &temp, 0.5);
-                       cairo_stroke (cr);

Copied: gtk-engine-murrine/repos/community-x86_64/fix-crasher.patch (from rev 
634334, gtk-engine-murrine/trunk/fix-crasher.patch)
===================================================================
--- fix-crasher.patch                           (rev 0)
+++ fix-crasher.patch   2020-05-25 13:50:27 UTC (rev 634335)
@@ -0,0 +1,12 @@
+Index: gtk2-engines-murrine-0.98.2/src/murrine_style.c
+===================================================================
+--- gtk2-engines-murrine-0.98.2.orig/src/murrine_style.c
++++ gtk2-engines-murrine-0.98.2/src/murrine_style.c
+@@ -2171,6 +2171,7 @@ murrine_style_draw_layout (GtkStyle
+                       cairo_t *cr; 
+                       cr = murrine_begin_paint (window, area); 
+                       cairo_translate (cr, x+xos, y+yos); 
++                      pango_cairo_update_layout (cr, layout);
+                       pango_cairo_layout_path (cr, layout);
+                       murrine_set_color_rgba (cr, &temp, 0.5);
+                       cairo_stroke (cr);

Reply via email to