From f78a6733b56fcbf50a145fba04f9376195352aee Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 11 Apr 2017 12:40:27 +0300 Subject: [PATCH 01/16] Update pspec.xml --- desktop/kde/applications/gpgmepp/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/kde/applications/gpgmepp/pspec.xml b/desktop/kde/applications/gpgmepp/pspec.xml index a69138841d..f83933d4e7 100644 --- a/desktop/kde/applications/gpgmepp/pspec.xml +++ b/desktop/kde/applications/gpgmepp/pspec.xml @@ -48,7 +48,7 @@ 2017-03-18 16.08.3 - Rebuild. + Rebuild Stefan Gronewold(groni) groni@pisilinux.org From 3008773cc395fb3e50ce6f45edb8636f4d0399ed Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 11 Apr 2017 14:02:29 +0300 Subject: [PATCH 02/16] postfix-3.2.0:new toolchain --- server/postfix/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/server/postfix/pspec.xml b/server/postfix/pspec.xml index 74c028400c..861d47fdb9 100644 --- a/server/postfix/pspec.xml +++ b/server/postfix/pspec.xml @@ -12,7 +12,7 @@ service A fast and secure drop-in replacement for sendmail Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. - http://de.postfix.org/ftpmirror/official/postfix-3.1.0.tar.gz + http://de.postfix.org/ftpmirror/official/postfix-3.2.0.tar.gz db-devel libpcre-devel @@ -89,6 +89,13 @@ + + 2017-04-11 + 3.2.0 + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + 2016-06-08 3.1.0 From 7fb07ca11f02f39b1334301cf8c73605a4394536 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 11 Apr 2017 14:25:11 +0300 Subject: [PATCH 03/16] libc-client:new toolchain --- network/misc/libc-client/pspec.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/network/misc/libc-client/pspec.xml b/network/misc/libc-client/pspec.xml index e860611785..9f9d531fcc 100644 --- a/network/misc/libc-client/pspec.xml +++ b/network/misc/libc-client/pspec.xml @@ -45,6 +45,13 @@ + + 2017-04-11 + 2007f + Rebuild with new toolchain + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 2007f From e9615bbc535de4dd535025747e4d42484a3841e7 Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 17:17:31 +0300 Subject: [PATCH 04/16] libvc: version bump to 1.3.1 --- office/misc/libvc/pspec.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/office/misc/libvc/pspec.xml b/office/misc/libvc/pspec.xml index 184ef4c0db..3059231aab 100644 --- a/office/misc/libvc/pspec.xml +++ b/office/misc/libvc/pspec.xml @@ -12,12 +12,12 @@ library A library to ease explicit vectorization of C++ code. Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. - https://github.com/VcDevel/Vc/releases/download/1.3.0/Vc-1.3.0.tar.gz + https://github.com/VcDevel/Vc/releases/download/1.3.1/Vc-1.3.1.tar.gz cmake - + libvc @@ -25,7 +25,7 @@ /usr/share/doc - + libvc-devel Development files for libvc @@ -37,8 +37,15 @@ /usr/lib/cmake - + + + 2017-04-11 + 1.3.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + 2016-12-31 1.3.0 @@ -47,4 +54,4 @@ alihan@pisilinux.org - + \ No newline at end of file From 7d79a338c1ee1f3a8436a8cd8e4f2c8cfd68005a Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 17:53:18 +0300 Subject: [PATCH 05/16] wxgtk2.8: patched for gcc6 --- .../files/wxGTK-2.8.12.1-r2-gcc6.patch | 72 +++++++++++++++++++ desktop/toolkit/wxGTK2.8/pspec.xml | 11 ++- 2 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 desktop/toolkit/wxGTK2.8/files/wxGTK-2.8.12.1-r2-gcc6.patch diff --git a/desktop/toolkit/wxGTK2.8/files/wxGTK-2.8.12.1-r2-gcc6.patch b/desktop/toolkit/wxGTK2.8/files/wxGTK-2.8.12.1-r2-gcc6.patch new file mode 100644 index 0000000000..f575d61fda --- /dev/null +++ b/desktop/toolkit/wxGTK2.8/files/wxGTK-2.8.12.1-r2-gcc6.patch @@ -0,0 +1,72 @@ +--- wxPython-src-2.8.12.1/src/gtk/bdiag.xbm 2007-07-04 21:25:08.000000000 +0200 ++++ wxPython-src-2.8.12.1/src/gtk/bdiag.xbm 2016-08-31 23:37:12.299122408 +0200 +@@ -1,6 +1,6 @@ + #define bdiag_width 16 + #define bdiag_height 16 + static char bdiag_bits[] = { +- 0x80, 0x80, 0x40, 0x40, 0x20, 0x20, 0x10, 0x10, 0x08, 0x08, 0x04, 0x04, +- 0x02, 0x02, 0x01, 0x01, 0x80, 0x80, 0x40, 0x40, 0x20, 0x20, 0x10, 0x10, +- 0x08, 0x08, 0x04, 0x04, 0x02, 0x02, 0x01, 0x01}; ++ (char)0x80, (char)0x80, (char)0x40, (char)0x40, (char)0x20, (char)0x20, (char)0x10, (char)0x10, (char)0x08, (char)0x08, (char)0x04, (char)0x04, ++ (char)0x02, (char)0x02, (char)0x01, (char)0x01, (char)0x80, (char)0x80, (char)0x40, (char)0x40, (char)0x20, (char)0x20, (char)0x10, (char)0x10, ++ (char)0x08, (char)0x08, (char)0x04, (char)0x04, (char)0x02, (char)0x02, (char)0x01, (char)0x01}; +--- wxPython-src-2.8.12.1/src/gtk/fdiag.xbm 2007-07-04 21:25:08.000000000 +0200 ++++ wxPython-src-2.8.12.1/src/gtk/fdiag.xbm 2016-08-31 23:40:46.011086115 +0200 +@@ -1,6 +1,6 @@ + #define fdiag_width 16 + #define fdiag_height 16 + static char fdiag_bits[] = { +- 0x01, 0x01, 0x02, 0x02, 0x04, 0x04, 0x08, 0x08, 0x10, 0x10, 0x20, 0x20, +- 0x40, 0x40, 0x80, 0x80, 0x01, 0x01, 0x02, 0x02, 0x04, 0x04, 0x08, 0x08, +- 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, 0x80, 0x80}; ++ (char)0x01, (char)0x01, (char)0x02, (char)0x02, (char)0x04, (char)0x04, (char)0x08, (char)0x08, (char)0x10, (char)0x10, (char)0x20, (char)0x20, ++ (char)0x40, (char)0x40, (char)0x80, (char)0x80, (char)0x01, (char)0x01, (char)0x02, (char)0x02, (char)0x04, (char)0x04, (char)0x08, (char)0x08, ++ (char)0x10, (char)0x10, (char)0x20, (char)0x20, (char)0x40, (char)0x40, (char)0x80, (char)0x80}; +--- wxPython-src-2.8.12.1/src/gtk/cdiag.xbm 2007-07-04 21:25:08.000000000 +0200 ++++ wxPython-src-2.8.12.1/src/gtk/cdiag.xbm 2016-08-31 23:43:36.585258499 +0200 +@@ -1,6 +1,6 @@ + #define cdiag_width 16 + #define cdiag_height 16 + static char cdiag_bits[] = { +- 0x81, 0x81, 0x42, 0x42, 0x24, 0x24, 0x18, 0x18, 0x18, 0x18, 0x24, 0x24, +- 0x42, 0x42, 0x81, 0x81, 0x81, 0x81, 0x42, 0x42, 0x24, 0x24, 0x18, 0x18, +- 0x18, 0x18, 0x24, 0x24, 0x42, 0x42, 0x81, 0x81}; ++ (char)0x81, (char)0x81, (char)0x42, (char)0x42, (char)0x24, (char)0x24, (char)0x18, (char)0x18, (char)0x18, (char)0x18, (char)0x24, (char)0x24, ++ (char)0x42, (char)0x42, (char)0x81, (char)0x81, (char)0x81, (char)0x81, (char)0x42, (char)0x42, (char)0x24, (char)0x24, (char)0x18, (char)0x18, ++ (char)0x18, (char)0x18, (char)0x24, (char)0x24, (char)0x42, (char)0x42, (char)0x81, (char)0x81}; +--- wxPython-src-2.8.12.1/src/gtk/horiz.xbm 2007-07-04 21:25:08.000000000 +0200 ++++ wxPython-src-2.8.12.1/src/gtk/horiz.xbm 2016-08-31 23:45:50.488608592 +0200 +@@ -1,6 +1,6 @@ + #define horiz_width 15 + #define horiz_height 15 + static char horiz_bits[] = { +- 0x00, 0x00, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +- 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +- 0xff, 0x7f, 0x00, 0x00, 0x00, 0x00}; ++ (char)0x00, (char)0x00, (char)0x00, (char)0x00, (char)0xff, (char)0x7f, (char)0x00, (char)0x00, (char)0x00, (char)0x00, (char)0x00, (char)0x00, ++ (char)0x00, (char)0x00, (char)0xff, (char)0x7f, (char)0x00, (char)0x00, (char)0x00, (char)0x00, (char)0x00, (char)0x00, (char)0x00, (char)0x00, ++ (char)0xff, (char)0x7f, (char)0x00, (char)0x00, (char)0x00, (char)0x00}; +--- wxPython-src-2.8.12.1/src/gtk/verti.xbm 2016-08-31 23:46:37.464380555 +0200 ++++ wxPython-src-2.8.12.1/src/gtk/verti.xbm 2016-08-31 23:48:07.672942608 +0200 +@@ -1,6 +1,6 @@ + #define verti_width 15 + #define verti_height 15 + static char verti_bits[] = { +- 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, +- 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, +- 0x84, 0x10, 0x84, 0x10, 0x84, 0x10}; ++ (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, ++ (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, ++ (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10}; +--- wxPython-src-2.8.12.1/src/gtk/cross.xbm 2007-07-04 21:25:08.000000000 +0200 ++++ wxPython-src-2.8.12.1/src/gtk/cross.xbm 2016-08-31 23:51:25.478982130 +0200 +@@ -1,6 +1,6 @@ + #define cross_width 15 + #define cross_height 15 + static char cross_bits[] = { +- 0x84, 0x10, 0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, +- 0x84, 0x10, 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, 0x84, 0x10, +- 0xff, 0x7f, 0x84, 0x10, 0x84, 0x10}; ++ (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0xff, (char)0x7f, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, ++ (char)0x84, (char)0x10, (char)0xff, (char)0x7f, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, (char)0x84, (char)0x10, ++ (char)0xff, (char)0x7f, (char)0x84, (char)0x10, (char)0x84, (char)0x10}; diff --git a/desktop/toolkit/wxGTK2.8/pspec.xml b/desktop/toolkit/wxGTK2.8/pspec.xml index fec512eba0..5f3e4d8134 100644 --- a/desktop/toolkit/wxGTK2.8/pspec.xml +++ b/desktop/toolkit/wxGTK2.8/pspec.xml @@ -1,3 +1,4 @@ + @@ -35,6 +36,7 @@ wxGTK-collision.patch wxGTK-2.8.10-CVE-2009-XXXX.diff + wxGTK-2.8.12.1-r2-gcc6.patch @@ -113,6 +115,13 @@ + + 2017-04-11 + 2.8.12 + Release Bump + Kamil Atlı + suvari@pisilinux.org + 2016-06-09 2.8.12 @@ -128,4 +137,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file From 9bc438df8c62c81f43d3c11569f57d808de8fa6e Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 11 Apr 2017 18:02:46 +0300 Subject: [PATCH 06/16] Update pspec.xml --- programming/tool/cppunit/pspec.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/programming/tool/cppunit/pspec.xml b/programming/tool/cppunit/pspec.xml index ef0ef43cd1..97e09b946b 100644 --- a/programming/tool/cppunit/pspec.xml +++ b/programming/tool/cppunit/pspec.xml @@ -44,6 +44,13 @@ + + 2017-04-11 + 1.13.2 + Release Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 1.13.2 From bd0632234d83065a462583ad31435b482bfb62e5 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 11 Apr 2017 18:10:43 +0300 Subject: [PATCH 07/16] Update pspec.xml --- editor/liblangtag/pspec.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/editor/liblangtag/pspec.xml b/editor/liblangtag/pspec.xml index 8410f35968..fae81cfa0d 100644 --- a/editor/liblangtag/pspec.xml +++ b/editor/liblangtag/pspec.xml @@ -49,6 +49,13 @@ + + 2017-04-11 + 0.6.2 + First release + Alihan Öztürk + alihan@pisilinux.org + 2011-02-07 0.6.2 From a9d710fd865f15bc50946e7b7737fe144c08fd9b Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 18:20:35 +0300 Subject: [PATCH 08/16] openmotif: ver. bump to 2.3.7 --- desktop/toolkit/motif/openmotif/actions.py | 2 +- desktop/toolkit/motif/openmotif/pspec.xml | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/desktop/toolkit/motif/openmotif/actions.py b/desktop/toolkit/motif/openmotif/actions.py index edcc2065b6..21367837c2 100644 --- a/desktop/toolkit/motif/openmotif/actions.py +++ b/desktop/toolkit/motif/openmotif/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools from pisi.actionsapi import get -WorkDir = "motif-2.3.4" +WorkDir = "motif-2.3.7" mwmlibdir = "/usr/lib/X11" mwmconfigdir = "/etc/X11/mwm" diff --git a/desktop/toolkit/motif/openmotif/pspec.xml b/desktop/toolkit/motif/openmotif/pspec.xml index a705d72820..d7af448493 100644 --- a/desktop/toolkit/motif/openmotif/pspec.xml +++ b/desktop/toolkit/motif/openmotif/pspec.xml @@ -13,7 +13,7 @@ app Open Motif implementation Freely available version of the well known Motif user interface toolkit for Open Source operating systems. - mirrors://sourceforge/motif/motif-2.3.4-src.tgz + mirrors://sourceforge/motif/motif-2.3.7.tar.gz libXmu-devel libXft-devel @@ -33,9 +33,9 @@ openmotif-uil.patch openmotif-unaligned.patch - sentinel.patch - strcmp.patch - warn.patch + + + openMotif-2.3.0-no_X11R6.patch motif-2.3.4-bindings.patch motif-2.3.4-mwmrc_dir.patch @@ -57,6 +57,7 @@ libjpeg-turbo libX11 libpng + freetype /etc @@ -95,7 +96,6 @@ emul32 libSM-32bit - libXt-32bit libXp-32bit libXmu-32bit @@ -119,6 +119,7 @@ libXft-32bit libXext-32bit fontconfig-32bit + freetype-32bit libjpeg-turbo-32bit @@ -127,6 +128,13 @@ + + 2017-04-11 + 2.3.7 + Version Bump + Kamil Atlı + suvari@pisilinux.org + 2016-06-09 2.3.4 From eb5b5904dc1efd33f979da0b5d1b091b5883658e Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 11 Apr 2017 18:39:05 +0300 Subject: [PATCH 09/16] Update pspec.xml --- office/misc/libetonyek/pspec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/office/misc/libetonyek/pspec.xml b/office/misc/libetonyek/pspec.xml index 83c78bcac2..5a1596d0b7 100644 --- a/office/misc/libetonyek/pspec.xml +++ b/office/misc/libetonyek/pspec.xml @@ -59,9 +59,9 @@ - 2017-01-01 + 2017-04-11 0.1.6 - First Release + Rebuild Alihan Öztürk alihan@pisilinux.org From 0c627753894d13fccc251ebde65cfd6bfdb0a95d Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 19:12:18 +0300 Subject: [PATCH 10/16] colord-gtk: rebuild, list.. --- desktop/toolkit/colord-gtk/pspec.xml | 7 +++++++ main_35_list.txt | 10 +--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/desktop/toolkit/colord-gtk/pspec.xml b/desktop/toolkit/colord-gtk/pspec.xml index ee64f60448..d3c247eac3 100644 --- a/desktop/toolkit/colord-gtk/pspec.xml +++ b/desktop/toolkit/colord-gtk/pspec.xml @@ -65,6 +65,13 @@ + + 2017-04-11 + 0.1.26 + Release up + Kamil Atlı + suvari@pisilinux.org + 2016-11-17 0.1.26 diff --git a/main_35_list.txt b/main_35_list.txt index 6fe8a31445..4adbaf44cd 100644 --- a/main_35_list.txt +++ b/main_35_list.txt @@ -1,4 +1,4 @@ -2016-12-31 /office/misc/libvc/pspec.xml + 2016-06-25 /multimedia/tv/mlt/pspec.xml 2016-11-13 /multimedia/graphics/darktable/pspec.xml 2016-12-07 /multimedia/graphics/dia/pspec.xml @@ -54,7 +54,6 @@ 2016-12-04 /game/board/gweled/pspec.xml 2015-11-11 /game/fps/alienarena/pspec.xml 2015-11-20 /game/arcade/dustrac/pspec.xml -2016-06-09 /programming/tool/cppunit/pspec.xml 2016-06-09 /programming/tool/ctags/pspec.xml 2016-06-09 /programming/tool/dev86/pspec.xml 2016-06-09 /programming/library/libwlocate/pspec.xml @@ -97,7 +96,6 @@ 2016-06-09 /network/library/nodejs/pspec.xml 2016-07-02 /network/analyzer/gnu-netcat/pspec.xml 2016-06-09 /network/analyzer/libpcap/pspec.xml -2016-06-09 /network/misc/libc-client/pspec.xml 2016-06-09 /network/voip/farstream/pspec.xml 2016-11-22 /network/ftp/lftp/pspec.xml 2016-06-09 /network/ftp/filezilla/pspec.xml @@ -145,23 +143,18 @@ 2016-12-30 /desktop/kde/applications/mailcommon/pspec.xml 2016-12-31 /desktop/kde/applications/kreport/pspec.xml 2016-11-20 /desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml -2016-06-09 /desktop/toolkit/wxGTK2.8/pspec.xml -2016-11-17 /desktop/toolkit/colord-gtk/pspec.xml 2014-05-18 /desktop/toolkit/gtk/libwnck2/pspec.xml 2016-06-09 /desktop/toolkit/gtk/gtkspell/pspec.xml 2016-06-09 /desktop/toolkit/gtk/atkmm/pspec.xml 2016-06-09 /desktop/toolkit/gtk/pangomm/pspec.xml 2016-06-09 /desktop/toolkit/gtk/cairomm/pspec.xml 2016-06-09 /desktop/toolkit/gtk/gtkmm/pspec.xml -2016-06-09 /desktop/toolkit/motif/openmotif/pspec.xml 2016-09-29 /desktop/misc/lxdm/pspec.xml -2015-03-18 /desktop/gnome/base/librest/pspec.xml 2016-08-26 /desktop/pisilinux/pisilinux-welcome/pspec.xml 2016-07-04 /desktop/pisilinux/pisiplayer/pspec.xml 2016-06-08 /server/web/libmicrohttpd/pspec.xml 2016-06-08 /server/bind/pspec.xml 2016-10-27 /server/ntp/pspec.xml -2016-06-08 /server/postfix/pspec.xml 2016-06-08 /server/dhcp/pspec.xml 2016-12-12 /editor/bluefish/pspec.xml 2016-07-18 /editor/cutemarked/pspec.xml @@ -173,7 +166,6 @@ 2016-06-09 /editor/emacs/pymacs/pspec.xml 2016-11-06 /editor/discount/pspec.xml 2016-06-15 /editor/medit/pspec.xml -2011-02-07 /editor/liblangtag/pspec.xml 2016-06-10 /editor/vi/vim/pspec.xml 2014-03-05 /hardware/mobile/usbmuxd/pspec.xml 2016-07-03 /hardware/emulator/playonlinux/pspec.xml From e1f1e2f2b6567ae9ed8e465d892c4044572b0579 Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 20:32:56 +0300 Subject: [PATCH 11/16] atkmm: ver. bump to 2.24.2 --- desktop/toolkit/gtk/atkmm/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/desktop/toolkit/gtk/atkmm/pspec.xml b/desktop/toolkit/gtk/atkmm/pspec.xml index a0f508db38..a1a8d45a5a 100644 --- a/desktop/toolkit/gtk/atkmm/pspec.xml +++ b/desktop/toolkit/gtk/atkmm/pspec.xml @@ -12,7 +12,7 @@ library C++ interface for the ATK library atkmm provides a C++ interface for the ATK library. - mirrors://gnome/atkmm/2.22/atkmm-2.22.7.tar.xz + mirrors://gnome/atkmm/2.24/atkmm-2.24.2.tar.xz atk-devel glibmm-devel @@ -58,6 +58,13 @@ + + 2017-04-11 + 2.24.2 + Version Bump + Pisi Linux Community + suvari@pisilinux.org + 2016-06-09 2.22.7 @@ -73,4 +80,4 @@ groni@pisilinux.org - + \ No newline at end of file From efba8bc9d175b989ec9ae501b5218c1eac29d282 Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 20:49:33 +0300 Subject: [PATCH 12/16] cairomm: ver bump to 2.12.2 --- desktop/toolkit/gtk/cairomm/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/desktop/toolkit/gtk/cairomm/pspec.xml b/desktop/toolkit/gtk/cairomm/pspec.xml index 2e538d8d36..c761fe8993 100644 --- a/desktop/toolkit/gtk/cairomm/pspec.xml +++ b/desktop/toolkit/gtk/cairomm/pspec.xml @@ -12,7 +12,7 @@ library C++ binding for Cairo cairomm package is the C++ binding for Cairo (it makes possible using Cairo in C++). - http://cairographics.org/releases/cairomm-1.10.0.tar.gz + https://www.cairographics.org/releases/cairomm-1.12.2.tar.gz grep perl @@ -59,6 +59,13 @@ + + 2016-06-09 + 1.12.2 + Version Bump + Kamil Atlı + admin@pisilinux.org + 2016-06-09 1.10.0 @@ -74,4 +81,4 @@ kaptan@pisilinux.org - + \ No newline at end of file From 1a01292e7c99f999d50cbaa31ac65bf8ff3d43bc Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 20:54:34 +0300 Subject: [PATCH 13/16] gtkspell: rebuild --- desktop/toolkit/gtk/gtkspell/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/desktop/toolkit/gtk/gtkspell/pspec.xml b/desktop/toolkit/gtk/gtkspell/pspec.xml index 687adfc2f3..74dcad3fd9 100644 --- a/desktop/toolkit/gtk/gtkspell/pspec.xml +++ b/desktop/toolkit/gtk/gtkspell/pspec.xml @@ -55,6 +55,13 @@ + + 2017-04-11 + 2.0.16 + Release Bump + Kamil Atlı + admin@pisilinux.org + 2016-06-09 2.0.16 @@ -70,4 +77,4 @@ alihan@pisilinux.org - + \ No newline at end of file From ef86a853dc101f48565ae1350c9693673f84719d Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 21:04:33 +0300 Subject: [PATCH 14/16] libwcnk2: ver. bump to 2.31.0 --- desktop/toolkit/gtk/libwnck2/pspec.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/desktop/toolkit/gtk/libwnck2/pspec.xml b/desktop/toolkit/gtk/libwnck2/pspec.xml index 3a3bada8f4..a8721fc468 100644 --- a/desktop/toolkit/gtk/libwnck2/pspec.xml +++ b/desktop/toolkit/gtk/libwnck2/pspec.xml @@ -14,7 +14,7 @@ app:console A window navigation construction kit libwnck (pronounced "libwink") is used to implement pagers, tasklists, and other such things. It allows applications to monitor information about open windows, workspaces, their names/icons, and so forth. - http://ftp.acc.umu.se/pub/GNOME/sources/libwnck/2.30/libwnck-2.30.7.tar.xz + https://download.gnome.org/sources/libwnck/2.31/libwnck-2.31.0.tar.xz startup-notification-devel gobject-introspection-devel @@ -60,6 +60,8 @@ cairo-devel pango-devel libXres-devel + glib2-devel + libX11-devel startup-notification-devel @@ -71,6 +73,13 @@ + + 2017-04-11 + 2.31.0 + Version bump + Kamil Atlı + suvari@pisilinux.org + 2014-05-18 2.30.7 @@ -79,4 +88,4 @@ kaptan@pisilinux.org - + \ No newline at end of file From 69e70c077aac4c73c6ebcf259c2398d5d5fcb232 Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 11 Apr 2017 21:12:30 +0300 Subject: [PATCH 15/16] list --- main_35_list.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main_35_list.txt b/main_35_list.txt index 4adbaf44cd..0214476ee7 100644 --- a/main_35_list.txt +++ b/main_35_list.txt @@ -143,11 +143,7 @@ 2016-12-30 /desktop/kde/applications/mailcommon/pspec.xml 2016-12-31 /desktop/kde/applications/kreport/pspec.xml 2016-11-20 /desktop/kde/applications/kdeaudio-thumbnailer/pspec.xml -2014-05-18 /desktop/toolkit/gtk/libwnck2/pspec.xml -2016-06-09 /desktop/toolkit/gtk/gtkspell/pspec.xml -2016-06-09 /desktop/toolkit/gtk/atkmm/pspec.xml 2016-06-09 /desktop/toolkit/gtk/pangomm/pspec.xml -2016-06-09 /desktop/toolkit/gtk/cairomm/pspec.xml 2016-06-09 /desktop/toolkit/gtk/gtkmm/pspec.xml 2016-09-29 /desktop/misc/lxdm/pspec.xml 2016-08-26 /desktop/pisilinux/pisilinux-welcome/pspec.xml From dd64878d497bd6a806ce719dda24f89678a8f367 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 11 Apr 2017 21:29:53 +0300 Subject: [PATCH 16/16] Update pspec.xml --- office/misc/mdds/pspec.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/office/misc/mdds/pspec.xml b/office/misc/mdds/pspec.xml index fb76900981..1e9854060a 100644 --- a/office/misc/mdds/pspec.xml +++ b/office/misc/mdds/pspec.xml @@ -42,10 +42,10 @@ - - 2017-03-02 + + 2017-04-11 1.2.2 - Version Bump + Version Bump Rebuild Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org