Merge pull request #8838 from alick01/master

xfce packages rebuild for beta system
This commit is contained in:
Kamil ATLI
2020-11-24 14:40:07 +03:00
committed by GitHub
61 changed files with 883 additions and 2174 deletions
@@ -0,0 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.copy("tools/gnome-doc-utils.m4", "m4/")
#autotools.autoreconf("-fiv")
autotools.configure()
def build():
autotools.make("-j1")
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS")
@@ -0,0 +1,11 @@
diff -ur gnome-doc-utils-0.18.1.orig/tools/gnome-doc-utils.make gnome-doc-utils-0.18.1/tools/gnome-doc-utils.make
--- gnome-doc-utils-0.18.1.orig/tools/gnome-doc-utils.make 2009-11-19 18:54:47.000000000 +0200
+++ gnome-doc-utils-0.18.1/tools/gnome-doc-utils.make 2010-01-22 20:11:57.324726926 +0200
@@ -597,7 +597,6 @@
done
@if test "x$(_ENABLE_SK)" = "xtrue"; then \
echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
- scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
fi;
install-doc-dsk:
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnome-doc-utils</Name>
<Homepage>http://live.gnome.org/GnomeDocUtils</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>A collection of documentation utilities for the Gnome project</Summary>
<Description>gnome-doc-utils is a collection of documentation utilities for the Gnome project.</Description>
<Archive sha1sum="8320a30e1b7239aa33ba276da046090407a93bbf" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>gawk</Dependency>
<Dependency>intltool</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>libxslt-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">do-not-update-scrollkeeper-database.patch</Patch>
</Patches>
</Source>
<Package>
<Name>gnome-doc-utils</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/omf</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/xml</Path>
<Path fileType="data">/usr/share/gnome</Path>
<Path fileType="data">/usr/share/xml2po</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/share/pkgconfig</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/gnome-doc-utils</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-19</Date>
<Version>0.20.10</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gnome-doc-utils</Name>
<Summary xml:lang="tr">Gnome projesi için döküman araçları takımı</Summary>
<Description xml:lang="tr">gnome-doc-utils Gnome projesinde kullanılan belgelendirme araçlarını içermektedir.</Description>
</Source>
</PISI>
+5 -54
View File
@@ -45,61 +45,12 @@
</Package>
<History>
<Update release="8">
<Date>2020-06-25</Date>
<Version>0.5.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="7">
<Date>2019-08-13</Date>
<Version>0.5.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="6">
<Date>2019-07-03</Date>
<Version>0.4.91</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="5">
<Date>2018-07-09</Date>
<Version>0.4.2</Version>
<Comment>Rebuild for Pisi Linux 2.0</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-27</Date>
<Version>0.4.2</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-12</Date>
<Version>0.4.1</Version>
<Comment>Release bump.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>0.4.1</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-03</Date>
<Version>0.4.1</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>0.5.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -61
View File
@@ -55,68 +55,12 @@
</Package>
<History>
<Update release="9">
<Date>2020-06-25</Date>
<Version>0.3.2</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2019-06-21</Date>
<Version>0.3.2</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="7">
<Date>2018-06-20</Date>
<Version>0.3.1</Version>
<Comment>Rebuild and version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2013-10-21</Date>
<Version>0.3.0</Version>
<Comment>Remove unused dependencies.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2013-10-11</Date>
<Version>0.3.0</Version>
<Comment>resbuil</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-17</Date>
<Version>0.3.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-07-28</Date>
<Version>0.3.0</Version>
<Comment>Move pc files to devel pack, rebuild</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-05-11</Date>
<Version>0.3.0</Version>
<Comment>Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-11</Date>
<Version>0.3.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>0.3.2</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -18,5 +18,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README*", "THANKS", "TODO")
+7 -43
View File
@@ -15,9 +15,8 @@
<Description>
Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad.
</Description>
<Archive sha1sum="26f0a2860973c4acd425dc8b5e7736ba6cb9a459" type="tarbz2">
https://archive.xfce.org/src/apps/mousepad/0.4/mousepad-0.4.2.tar.bz2
</Archive>
<Archive sha1sum="4fb9aa3bad9981d3246f35efc936e6264d939972" type="tarbz2">
https://archive.xfce.org/src/apps/mousepad/0.4/mousepad-0.4.90.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -48,47 +47,12 @@
</Package>
<History>
<Update release="6">
<Date>2020-06-25</Date>
<Version>0.4.2</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="5">
<Date>2019-07-28</Date>
<Version>0.4.2</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2019-07-03</Date>
<Version>0.4.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="3">
<Date>2015-03-02</Date>
<Version>0.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-06-10</Date>
<Version>0.3.0</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2014-04-24</Date>
<Version>0.3.0</Version>
<Comment>First Release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>0.4.90</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -61
View File
@@ -65,68 +65,12 @@
</Package>
<History>
<Update release="9">
<Date>2020-06-25</Date>
<Version>4.12.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2019-07-28</Date>
<Version>4.12.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="7">
<Date>2015-06-12</Date>
<Version>4.12.1</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınosy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2015-03-04</Date>
<Version>4.10.0</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınosy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-29</Date>
<Version>4.10.0</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-11</Date>
<Version>4.8.4</Version>
<Comment>Release bump.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-26</Date>
<Version>4.8.4</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-15</Date>
<Version>4.8.4</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-06</Date>
<Version>4.8.2</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>4.12.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -82
View File
@@ -83,89 +83,12 @@
</Package>
<History>
<Update release="12">
<Date>2020-06-25</Date>
<Version>1.0.5</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-11-19</Date>
<Version>1.0.5</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-08-12</Date>
<Version>1.0.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2019-07-28</Date>
<Version>1.0.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2015-03-02</Date>
<Version>0.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-05-31</Date>
<Version>0.5.4</Version>
<Comment>Rebuild</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2013-12-06</Date>
<Version>0.5.4</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-11</Date>
<Version>0.5.3</Version>
<Comment>Release bump.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-26</Date>
<Version>0.5.1</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-06-15</Date>
<Version>0.5.1</Version>
<Comment>V.Bump</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-04-24</Date>
<Version>0.5.0</Version>
<Comment>Second release</Comment>
<Name>Yoyo Fernández</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-01-08</Date>
<Version>0.4.0</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>1.0.5</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -54
View File
@@ -57,61 +57,12 @@
</Package>
<History>
<Update release="8">
<Date>2020-06-25</Date>
<Version>0.10.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="7">
<Date>2019-08-09</Date>
<Version>0.10.0</Version>
<Comment>GTK+3 port.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="6">
<Date>2015-03-02</Date>
<Version>0.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-31</Date>
<Version>0.6.3</Version>
<Comment>Rebuild</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-11</Date>
<Version>0.6.3</Version>
<Comment>minor bump</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-17</Date>
<Version>0.6.3</Version>
<Comment>version bump</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-06-15</Date>
<Version>0.6.3</Version>
<Comment>Sha1sum Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-17</Date>
<Version>0.6.3</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>0.10.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
autotools.configure("--enable-gtk3 --disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
@@ -39,51 +39,17 @@
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path filetype="data">/usr/libexec/thunar-archive-plugin</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-06-25</Date>
<Version>0.4.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="5">
<Date>2018-07-10</Date>
<Version>0.4.0</Version>
<Comment>Rebuild and version bump</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-03-02</Date>
<Version>0.3.1</Version>
<Comment>Rebuild and removed unneeded deps</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-01-18</Date>
<Version>0.3.1</Version>
<Comment>Version bump and add file-roller runtime dep.</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>0.3.0</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>0.3.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>0.4.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -49,47 +49,12 @@
</Package>
<History>
<Update release="6">
<Date>2020-06-25</Date>
<Version>0.3.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="5">
<Date>2019-07-26</Date>
<Version>0.3.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2015-03-02</Date>
<Version>0.2.1</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-31</Date>
<Version>0.2.1</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>0.2.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>0.2.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>0.3.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -13,8 +13,7 @@
<Summary>Right-click send-to ClamTk functionality within Thunar</Summary>
<Description>thunar-sendto-clamtk is a small package to add right-click send-to ClamTk functionality within Thunar.</Description>
<Archive sha1sum="162a69fc498ad12d8ecd951795b3eb6d1e57672d" type="tarxz">
https://bitbucket.org/davem_/thunar-sendto-clamtk/downloads/thunar-sendto-clamtk-0.06.tar.xz
</Archive>
https://bitbucket.org/davem_/thunar-sendto-clamtk/downloads/thunar-sendto-clamtk-0.06.tar.xz</Archive>
</Source>
<Package>
@@ -30,35 +29,12 @@
</Package>
<History>
<!--
<Update release="4">
<Date>20*-*-*</Date>
<Version>0.06</Version>
<Comment>Ver. bump</Comment>
<Name></Name>
<Email><Email>
</Update>
-->
<Update release="3">
<Date>2014-05-31</Date>
<Version>0.05</Version>
<Comment>Version bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>0.03</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-03</Date>
<Version>0.03</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-23</Date>
<Version>0.06</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -44,40 +44,12 @@
</Package>
<History>
<Update release="5">
<Date>2020-06-25</Date>
<Version>0.3.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2018-07-10</Date>
<Version>0.3.0</Version>
<Comment>Rebuild and version bump</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2015-03-02</Date>
<Version>0.2.0</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>0.2.0</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>0.2.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-23</Date>
<Version>0.3.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -33
View File
@@ -52,40 +52,12 @@
</Package>
<History>
<Update release="5">
<Date>2020-06-25</Date>
<Version>0.2.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2019-07-26</Date>
<Version>0.2.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="3">
<Date>2015-03-02</Date>
<Version>0.1.4</Version>
<Comment>rebuild and remove unneeded deps</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>0.1.4</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-03</Date>
<Version>0.1.4</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-23</Date>
<Version>0.2.0</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -14,7 +14,7 @@ def setup():
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+5 -33
View File
@@ -40,40 +40,12 @@
</Package>
<History>
<Update release="5">
<Date>2020-06-25</Date>
<Version>0.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2019-07-26</Date>
<Version>0.5.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="3">
<Date>2015-03-04</Date>
<Version>0.3.0</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>0.3.0</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>0.3.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-23</Date>
<Version>0.5.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+6 -48
View File
@@ -59,54 +59,12 @@
</Package>
<History>
<Update release="7">
<Date>2020-06-25</Date>
<Version>0.6.2</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="6">
<Date>2019-11-19</Date>
<Version>0.6.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="5">
<Date>2015-03-04</Date>
<Version>0.5.2</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-29</Date>
<Version>0.5.2</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-11-16</Date>
<Version>0.4.3</Version>
<Comment>Disable hal</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>0.4.3</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>0.4.3</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-23</Date>
<Version>0.6.2</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</History>
</PISI>
@@ -56,19 +56,12 @@
</Package>
<History>
<Update release="2">
<Date>2020-06-25</Date>
<Version>1.6.1</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="1">
<Date>2019-07-28</Date>
<Version>1.4.3</Version>
<Comment>First build.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
<Date>2020-11-23</Date>
<Version>1.6.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
Binary file not shown.
+1 -1
View File
@@ -20,5 +20,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "THANKS")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README*", "THANKS")
+8 -106
View File
@@ -17,8 +17,8 @@
<Description>
exo is an extension library to Xfce, developed by os-cillation. While Xfce comes with quite a few libraries that are targeted at desktop development, exo is targeted at application development.
</Description>
<Archive sha1sum="f44111614d5906630d40d0dab442719c7c6f3566" type="tarbz2">
https://archive.xfce.org/src/xfce/exo/0.12/exo-0.12.11.tar.bz2
<Archive sha1sum="a81182cc937bef22d0224231f88246757a8c136f" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/exo-4.15.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -31,7 +31,7 @@
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">settings_window_resize_fix.patch</Patch>
<!-- Patch level="1">settings_window_resize_fix.patch</Patch -->
</Patches>
</Source>
@@ -89,110 +89,12 @@
</Package>
<History>
<Update release="15">
<Date>2020-08-01</Date>
<Version>0.12.11</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="14">
<Date>2019-12-29</Date>
<Version>0.12.11</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="13">
<Date>2019-08-11</Date>
<Version>0.12.8</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="12">
<Date>2019-07-28</Date>
<Version>0.12.7</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-07-03</Date>
<Version>0.12.6</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2018-06-14</Date>
<Version>0.12.0</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2015-03-23</Date>
<Version>0.10.4</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-03-02</Date>
<Version>0.10.3</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-06-10</Date>
<Version>0.10.2</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-27</Date>
<Version>0.10.2</Version>
<Comment>Rebuild</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-03-07</Date>
<Version>0.10.2</Version>
<Comment>Dep Fix</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@gmail.com</Email>
</Update>
<Update release="4">
<Date>2014-01-29</Date>
<Version>0.10.2</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@gmail.com</Email>
</Update>
<Update release="3">
<Date>2013-10-10</Date>
<Version>0.10.2</Version>
<Comment>Rebuild, cleanup.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-08-18</Date>
<Version>0.10.2</Version>
<Comment>Release bump</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-27</Date>
<Version>0.10.2</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
<Date>2020-11-19</Date>
<Version>4.15.2</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -21,5 +21,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "HACKING", "NEWS", "README", "STATUS")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "HACKING", "NEWS", "README*", "STATUS")
+7 -85
View File
@@ -15,9 +15,8 @@
<Description>
garcon is an implementation of the freedesktop.org menu specification replacing the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and aims at covering the entire specification except for legacy menus.
</Description>
<Archive sha1sum="9c7598a79b1e71ebc5f5a0003082b75b84e50dde" type="tarbz2">
https://archive.xfce.org/src/xfce/garcon/0.7/garcon-0.7.0.tar.bz2
</Archive>
<Archive sha1sum="0321fd62d25cbe155c54decdf8a3b200e9c7bda1" type="tarbz2">https://archive.xfce.org/xfce/4.16pre1/src/garcon-0.7.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
@@ -81,89 +80,12 @@
</Package>
<History>
<Update release="12">
<Date>2020-08-18</Date>
<Version>0.7.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-07-28</Date>
<Version>0.6.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-07-02</Date>
<Version>0.6.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2018-06-15</Date>
<Version>0.6.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-03-02</Date>
<Version>0.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-06-10</Date>
<Version>0.2.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-27</Date>
<Version>0.2.1</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-01-07</Date>
<Version>0.2.1</Version>
<Comment>Fix dep.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>0.2.1</Version>
<Comment>Rebuild, cleanup.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>0.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>0.2.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-02</Date>
<Version>0.2.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-19</Date>
<Version>0.7.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
i = "--with-vendor-info='Pisi Linux' \
--enable-gtk2 \
--enable-vala \
--enable-vala=no \
--enable-introspection \
--enable-startup-notification \
--disable-static \
+7 -108
View File
@@ -15,8 +15,8 @@
<Description>
libxfce4ui is a various GTK+ widgets for Xfce desktop environment.
</Description>
<Archive sha1sum="5f8f80879de493f0478a5108be890cb869fb89d6" type="tarbz2">
https://archive.xfce.org/xfce/4.14/src/libxfce4ui-4.14.1.tar.bz2
<Archive sha1sum="49d1d55dc1da5407cd9508b9d2f8c6feb9a0e92d" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/libxfce4ui-4.15.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
@@ -28,7 +28,6 @@
<Dependency>libSM-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
@@ -48,7 +47,6 @@
<Dependency>libICE</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>startup-notification</Dependency>
</RuntimeDependencies>
<Files>
@@ -69,7 +67,6 @@
<Dependency>gtk3-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -79,110 +76,12 @@
</Package>
<History>
<Update release="15">
<Date>2020-06-25</Date>
<Version>4.14.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="14">
<Date>2019-08-12</Date>
<Version>4.14.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="13">
<Date>2019-07-28</Date>
<Version>4.13.7</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="12">
<Date>2019-07-02</Date>
<Version>4.13.6</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2018-06-14</Date>
<Version>4.12.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2015-03-24</Date>
<Version>4.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-06-10</Date>
<Version>4.10.0</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-05-24</Date>
<Version>4.10.0</Version>
<Comment>Rebuild</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-02-20</Date>
<Version>4.10.0</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-10</Date>
<Version>4.10.0</Version>
<Comment>Rebuild, cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.11.0</Version>
<Comment>Rebuild, cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-17</Date>
<Version>4.11.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-21</Date>
<Version>4.10.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-26</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Utku Berberoğlu</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-18</Date>
<Version>4.15.3</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+3 -2
View File
@@ -7,9 +7,10 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
autotools.configure("--disable-static --enable-vala --enable-introspection")
autotools.configure("--disable-static --enable-vala=no --disable-gtk-doc --enable-introspection")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
@@ -19,5 +20,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS", "TODO")
+8 -85
View File
@@ -15,11 +15,11 @@
<Description>
Libxfce4util is a basic utility non-GUI functions for Xfce desktop environment.
</Description>
<Archive sha1sum="8aafc9765102f104e9366f341e9eabf38bd71a16" type="tarbz2">
https://archive.xfce.org/xfce/4.14/src/libxfce4util-4.14.0.tar.bz2
</Archive>
<Archive sha1sum="29f9cf9286d264f097c7e6f250bb13f09a65650c" type="tarbz2">https://archive.xfce.org/src/xfce/libxfce4util/4.15/libxfce4util-4.15.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>xdg-user-dirs</Dependency>
@@ -58,89 +58,12 @@
</Package>
<History>
<Update release="12">
<Date>2020-06-25</Date>
<Version>4.14.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-08-12</Date>
<Version>4.14.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-07-28</Date>
<Version>4.13.5</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2019-07-02</Date>
<Version>4.13.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2018-06-15</Date>
<Version>4.13.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-12</Date>
<Version>4.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-24</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Rebuild, cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-02</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-19</Date>
<Version>4.15.4</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+7 -78
View File
@@ -15,9 +15,8 @@
<Description>
thunar-volman is an extension for the Thunar File Manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digical camera, it will automatically spawn your preferred photo application and import the new pictures from your camera.
</Description>
<Archive sha1sum="04efe6610c376d2541eac4e6615a9ffef720f872" type="tarbz2">
https://archive.xfce.org/src/xfce/thunar-volman/0.9/thunar-volman-0.9.5.tar.bz2
</Archive>
<Archive sha1sum="8b371c0690de2298822351be04508933589d822d" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/thunar-volman-4.15.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
@@ -57,82 +56,12 @@
</Package>
<History>
<Update release="11">
<Date>2020-06-25</Date>
<Version>0.9.5</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-08-12</Date>
<Version>0.9.5</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2019-07-28</Date>
<Version>0.9.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2019-07-03</Date>
<Version>0.9.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="7">
<Date>2018-06-14</Date>
<Version>0.9.0</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2015-03-02</Date>
<Version>0.8.1</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-06-10</Date>
<Version>0.8.0</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-27</Date>
<Version>0.8.0</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="3">
<Date>2013-10-10</Date>
<Version>0.8.0</Version>
<Comment>Rebuild, cleanup</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-08-18</Date>
<Version>0.8.0</Version>
<Comment>Release bump</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-13</Date>
<Version>0.8.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>4.15.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -33,5 +33,5 @@ def install():
pisitools.removeDir("usr/lib/systemd")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "FAQ", "HACKING", "NEWS", "README", "THANKS")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "FAQ", "HACKING", "NEWS*", "README*", "THANKS")
+7 -99
View File
@@ -16,9 +16,8 @@
<Description>
Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant.
</Description>
<Archive sha1sum="fc97c166ed78ccdeca8092516cd9edec6d1606a2" type="tarbz2">
https://archive.xfce.org/src/xfce/thunar/1.8/thunar-1.8.15.tar.bz2
</Archive>
<Archive sha1sum="51eeb3f335e3b8ff7ba44dd6dac8963eb81d702e" type="tarbz2">https://archive.xfce.org/xfce/4.16pre1/src/thunar-4.15.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
@@ -114,103 +113,12 @@
</Package>
<History>
<Update release="14">
<Date>2020-06-25</Date>
<Version>1.8.15</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="13">
<Date>2019-11-19</Date>
<Version>1.8.11</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="12">
<Date>2019-08-12</Date>
<Version>1.8.9</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-07-28</Date>
<Version>1.8.8</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-07-03</Date>
<Version>1.8.7</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2016-06-16</Date>
<Version>1.8.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-03-02</Date>
<Version>1.6.6</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-06-10</Date>
<Version>1.6.3</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-27</Date>
<Version>1.6.3</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-01-18</Date>
<Version>1.6.3</Version>
<Comment>Add Turkish and f4 panel open patch</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>1.6.3</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>1.6.3</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-18</Date>
<Version>1.6.2</Version>
<Comment>Release bump</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-27</Date>
<Version>1.6.2</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
<Date>2020-11-19</Date>
<Version>4.15.2</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+10 -101
View File
@@ -14,7 +14,7 @@
<Summary>A thumbnail service</Summary>
<Description>Tumbler is a thumbnail service for the filemanager of Xfce desktop environment.</Description>
<Archive sha1sum="3222d6748c9a249ef3abe94868fabd8542f31dd4" type="tarbz2">
https://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.0.tar.bz2
https://archive.xfce.org/xfce/4.16pre1/src/tumbler-0.3.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -24,12 +24,12 @@
<Dependency>libpng-devel</Dependency>
<Dependency>libgsf-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>libopenraw-devel</Dependency>
<!-- Dependency>libopenraw-devel</Dependency -->
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>poppler-glib-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>ffmpegthumbnailer-devel</Dependency>
<!-- Dependency>ffmpegthumbnailer-devel</Dependency -->
</BuildDependencies>
</Source>
@@ -44,12 +44,12 @@
<Dependency>libgsf</Dependency>
<Dependency>freetype</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>libopenraw</Dependency>
<!-- Dependency>libopenraw</Dependency -->
<Dependency>gdk-pixbuf</Dependency>
<Dependency>poppler-glib</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>gst-plugins-base</Dependency>
<Dependency>ffmpegthumbnailer</Dependency>
<!-- Dependency>ffmpegthumbnailer</Dependency -->
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg/tumbler/tumbler.rc</Path>
@@ -76,103 +76,12 @@
</Package>
<History>
<Update release="14">
<Date>2020-08-14</Date>
<Version>0.3.0</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="13">
<Date>2019-12-29</Date>
<Version>0.2.8</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="12">
<Date>2019-08-12</Date>
<Version>0.2.7</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="11">
<Date>2019-07-28</Date>
<Version>0.2.6</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="10">
<Date>2019-07-10</Date>
<Version>0.2.5</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="9">
<Date>2018-06-15</Date>
<Version>0.2.1</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-03-02</Date>
<Version>0.1.31</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-06-10</Date>
<Version>0.1.30</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-27</Date>
<Version>0.1.30</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="5">
<Date>2013-10-10</Date>
<Version>0.1.29</Version>
<Comment>fix dep.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="4">
<Date>2013-08-22</Date>
<Version>0.1.29</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-17</Date>
<Version>0.1.25</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>0.1.25</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-13</Date>
<Version>0.1.25</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-22</Date>
<Version>0.3.0</Version>
<Comment>First releasu For Beta</Comment>
<Email>alicengizkurt@gmail.com</Email>
<Name>Ali Cengiz Kurt</Name>
</Update>
</History>
</PISI>
+7 -85
View File
@@ -13,9 +13,8 @@
<PartOf>desktop.xfce.base</PartOf>
<Summary>Xfce application finder</Summary>
<Description>Xfce4-appfinder is a useful software that permits you to find every application in the system supporting desktop entry format.</Description>
<Archive sha1sum="d0ceed5c05b6e411d1538d9727c818a52f441cf2" type="tarbz2">
https://archive.xfce.org/xfce/4.14/src/xfce4-appfinder-4.14.0.tar.bz2
</Archive>
<Archive sha1sum="359435338dfb120f5b3c9dd6cb437e41deba71ed" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-appfinder-4.15.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -47,89 +46,12 @@
</Package>
<History>
<Update release="12">
<Date>2020-06-25</Date>
<Version>4.14.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-08-12</Date>
<Version>4.14.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-07-28</Date>
<Version>4.13.5</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2019-07-11</Date>
<Version>4.13.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2018-06-15</Date>
<Version>4.13.0</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-27</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-18</Date>
<Version>4.10.0</Version>
<Comment>Release bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-31</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Utku Berberoğlu</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-22</Date>
<Version>4.15.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -16,5 +16,5 @@ def build():
def install():
autotools.install()
pisitools.dodoc("README", "COPYING", "NEWS", "HACKING", "AUTHORS")
pisitools.dodoc("README.md", "COPYING", "NEWS", "HACKING", "AUTHORS")
+7 -63
View File
@@ -15,8 +15,8 @@
<Description>
Xfce4-dev-tools contains common tools required by Xfce developers and people that want to build Xfce from SVN. In addition, this package contains the Xfce developer's handbook.
</Description>
<Archive sha1sum="ed962b5b28b57f3626cc11508bee257667bf7384" type="tarbz2">
https://archive.xfce.org/xfce/4.14/src/xfce4-dev-tools-4.14.0.tar.bz2
<Archive sha1sum="cec5e80b07af2b68deaf01f6ad46c1eee462f340" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-dev-tools-4.15.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
@@ -33,68 +33,12 @@
</Package>
<History>
<Update release="9">
<Date>2020-06-25</Date>
<Version>4.14.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2019-07-02</Date>
<Version>4.13.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="7">
<Date>2018-06-14</Date>
<Version>4.12.0</Version>
<Comment>Rebuild for Pisi Linux 2.0.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-06-10</Date>
<Version>4.10.0</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-05-24</Date>
<Version>4.10.0</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-10</Date>
<Version>4.10.0</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-18</Date>
<Version>4.10.0</Version>
<Comment>Release bump</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-02</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-18</Date>
<Version>4.15.0</Version>
<Comment>First Release For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+4 -14
View File
@@ -8,21 +8,11 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
w = "--enable-introspection \
--enable-gio-unix \
--enable-vala \
--enable-gtk2 \
--disable-gtk-doc \
--disable-static \
"
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations")
autotools.configure(w)
# pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
# pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
pisitools.cflags.add("-Wno-deprecated-declarations")
autotools.configure("--enable-introspection --enable-vala=no --enable-gtk-doc --disable-static")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
@@ -30,5 +20,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS*")
+9 -92
View File
@@ -17,9 +17,8 @@
<Description>
The Xfce4 panel supports multiple panels, with many options for their position, appearance, transparency and behavior. There are many items available by default to full fit a panel, like application launchers with detachable menus, a graphical pager, a tasklist, a clock, a system tray, a show / hide desktop switcher, and even more. It offers an easy way to add items using a dialog, and to move items accross different panels.
</Description>
<Archive sha1sum="81dcbec0d22f95b4de554c819fdfd97e721faf55" type="tarbz2">
https://archive.xfce.org/src/xfce/xfce4-panel/4.14/xfce4-panel-4.14.4.tar.bz2
</Archive>
<Archive sha1sum="583698a8114401ea7996b6fdfc670391387ce7b4" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-panel-4.15.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
@@ -39,6 +38,7 @@
<Dependency>gettext-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>libdbusmenu-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
@@ -64,6 +64,7 @@
<Dependency>xfconf</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>libdbusmenu-gtk3</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
@@ -98,96 +99,12 @@
</Package>
<History>
<Update release="13">
<Date>2020-06-25</Date>
<Version>4.14.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="12">
<Date>2019-12-10</Date>
<Version>4.14.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-08-12</Date>
<Version>4.14.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-07-28</Date>
<Version>4.13.7</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2019-07-02</Date>
<Version>4.13.6</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2018-06-15</Date>
<Version>4.13.3</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-27</Date>
<Version>4.10.1</Version>
<Comment>Rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Cleanup, rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>4.10.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-13</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-19</Date>
<Version>4.15.4</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+7 -92
View File
@@ -14,9 +14,8 @@
<IsA>app:console</IsA>
<Summary>Xfce session manager</Summary>
<Description>The session manager allows the user to save sessions and restore them after login. It is capable of saving several different sessions. It comes with three splash screen engines. And at last it helps you to log out, reboot, and shutdown the system.</Description>
<Archive sha1sum="2af701ae3e7e8990a2b6e58748277913fbe9011d" type="tarbz2">
https://archive.xfce.org/src/xfce/xfce4-session/4.14/xfce4-session-4.14.2.tar.bz2
</Archive>
<Archive sha1sum="73c3c6a41038590bde0b2eacc60d8ce180cbe56e" type="tarbz2">https://archive.xfce.org/xfce/4.16pre1/src/xfce4-session-4.15.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>atk-devel</Dependency>
@@ -81,96 +80,12 @@
</Package>
<History>
<Update release="13">
<Date>2020-06-25</Date>
<Version>4.14.2</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="12">
<Date>2019-08-12</Date>
<Version>4.14.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-07-28</Date>
<Version>4.13.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-07-02</Date>
<Version>4.13.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2018-06-15</Date>
<Version>4.13.0</Version>
<Comment>Rebuild for Pisi Linux 2.0 and version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-03-24</Date>
<Version>4.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-27</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2012-12-18</Date>
<Version>4.10.0</Version>
<Comment>Release bump</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-18</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>4.15.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+7 -119
View File
@@ -15,8 +15,8 @@
<Description>
Xfce4-settings is a configuration manager for Xfce desktop environment.
</Description>
<Archive sha1sum="537c14ae06fb2d460fa920be6293053c8b3106eb" type="tarbz2">
https://archive.xfce.org/src/xfce/xfce4-settings/4.14/xfce4-settings-4.14.3.tar.bz2
<Archive sha1sum="4c4503adb967dcc982ac871ffca5bcd84fac2c96" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-settings-4.15.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -98,124 +98,12 @@
</Package>
<History>
<Update release="17">
<Date>2020-06-25</Date>
<Version>4.14.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="16">
<Date>2019-12-10</Date>
<Version>4.14.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="15">
<Date>2019-08-12</Date>
<Version>4.14.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="14">
<Date>2019-07-28</Date>
<Version>4.13.8</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="13">
<Date>2019-07-03</Date>
<Version>4.13.7</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="12">
<Date>2018-06-16</Date>
<Version>4.13.3</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2015-07-06</Date>
<Version>4.12.0</Version>
<Comment>fixed file conflict with pisilinux-settings</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2014-05-27</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-02-09</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-01-09</Date>
<Version>4.10.1</Version>
<Comment>Add default config</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Revert back to 4.10 series.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-10</Date>
<Version>4.11.1</Version>
<Comment>Rebuild,cleanup, set icon theme faenza and sweat gtk theme.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Revert to 4.10.x</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-18</Date>
<Version>4.11.0</Version>
<Comment>Release bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-04-24</Date>
<Version>4.11.0</Version>
<Comment>Version bump</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-04</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>4.15.2</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -75
View File
@@ -54,82 +54,12 @@
</Package>
<History>
<Update release="11">
<Date>2020-06-25</Date>
<Version>0.8.9.2</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-12-29</Date>
<Version>0.8.9.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2019-07-28</Date>
<Version>0.8.8</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2015-03-04</Date>
<Version>0.6.3</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-06-10</Date>
<Version>0.6.3</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-27</Date>
<Version>0.6.3</Version>
<Comment>Version Bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="5">
<Date>2013-10-10</Date>
<Version>0.6.2</Version>
<Comment>Cleanup.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="4">
<Date>2013-08-22</Date>
<Version>0.6.2</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-17</Date>
<Version>0.6.1</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-04-06</Date>
<Version>0.6.1</Version>
<Comment>Version bump</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-09-16</Date>
<Version>0.4.8</Version>
<Comment>First release</Comment>
<Name>Alper Tekinalp</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-22</Date>
<Version>0.8.9.2</Version>
<Comment>First releasu For Beta</Comment>
<Email>alicengizkurt@gmail.com</Email>
<Name>Ali Cengiz Kurt</Name>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
i = "--enable-vala \
i = "--enable-vala=no \
--enable-introspection \
--disable-static \
--disable-gtk-doc \
+7 -77
View File
@@ -15,8 +15,8 @@
<Description>
Xfconf is a hirerchical (tree-like) configuration system for the Xfce graphical desktop environment.
</Description>
<Archive sha1sum="5d963f803edc6609b0337c688aa232c926e00fc8" type="tarbz2">
https://archive.xfce.org/src/xfce/xfconf/4.14/xfconf-4.14.3.tar.bz2
<Archive sha1sum="8dd42d6f6da5e34f261b98b36d53aa7f6b155330" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/xfconf-4.15.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
@@ -61,82 +61,12 @@
</Package>
<History>
<Update release="11">
<Date>2020-06-25</Date>
<Version>4.14.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-08-12</Date>
<Version>4.14.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2019-07-28</Date>
<Version>4.13.8</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2018-06-15</Date>
<Version>4.13.4</Version>
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.0</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-24</Date>
<Version>4.10.0</Version>
<Comment>Rebuild.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-12-27</Date>
<Version>4.10.0</Version>
<Comment>Rebuild.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-10</Date>
<Version>4.10.0</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-15</Date>
<Version>4.10.0</Version>
<Comment>Fix build.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-02</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-17</Date>
<Version>4.15.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+1 -1
View File
@@ -19,5 +19,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*", "TODO")
+6 -99
View File
@@ -16,9 +16,7 @@
<Description>
The desktop manager sets the background image, provides a right-click menu to launch applications and can optionally show files (including application launchers) or iconified windows. It includes gradient support for background color, saturation support for background image, real multiscreen and xinerama support, and it provides a desktop menu editor.
</Description>
<Archive sha1sum="e7f9f99049a575f5057e69e140c2be2c035be156" type="tarbz2">
https://archive.xfce.org/src/xfce/xfdesktop/4.14/xfdesktop-4.14.2.tar.bz2
</Archive>
<Archive sha1sum="dcdb14a31527ae3ef10d197fee19cae34e34cc44" type="tarbz2">https://archive.xfce.org/xfce/4.16pre1/src/xfdesktop-4.15.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
@@ -73,103 +71,12 @@
</Package>
<History>
<Update release="14">
<Date>2020-06-25</Date>
<Version>4.14.2</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="13">
<Date>2019-08-12</Date>
<Version>4.14.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="12">
<Date>2019-07-28</Date>
<Version>4.13.6</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-07-03</Date>
<Version>4.13.5</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2018-06-16</Date>
<Version>4.13.2</Version>
<Comment>Rebuild from Pisi Linux 2.0.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2015-03-23</Date>
<Version>4.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-06-10</Date>
<Version>4.10.2</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-05-27</Date>
<Version>4.10.2</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-08-18</Date>
<Version>4.10.2</Version>
<Comment>Revert back to 4.10 series.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.11.0</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-18</Date>
<Version>4.10.2</Version>
<Comment>Release bump</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-15</Date>
<Version>4.10.2</Version>
<Comment>bump</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
<Date>2020-11-22</Date>
<Version>4.15.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+7 -84
View File
@@ -15,8 +15,8 @@
<Description>
The Xfce4 window manager manages the placement of application windows on the screen, provides beautiful window decorations, manages workspaces or virtual desktops, and natively supports multiscreen mode.
</Description>
<Archive sha1sum="41fcece00edb134cbba0018b2fd66d34ba354eb6" type="tarbz2">
https://archive.xfce.org/src/xfce/xfwm4/4.14/xfwm4-4.14.5.tar.bz2
<Archive sha1sum="9d4b36d68aa9f370f86722c80a5f4bdc428a4cf5" type="tarbz2">
https://archive.xfce.org/xfce/4.16pre1/src/xfwm4-4.15.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -68,89 +68,12 @@
</Package>
<History>
<Update release="12">
<Date>2020-08-13</Date>
<Version>4.14.5</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="11">
<Date>2019-08-12</Date>
<Version>4.14.0</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="10">
<Date>2019-07-28</Date>
<Version>4.13.4</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="9">
<Date>2019-07-03</Date>
<Version>4.13.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2018-06-16</Date>
<Version>4.13.0</Version>
<Comment>Rebuild for Pisi Linux 2.0.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-03-02</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-06-10</Date>
<Version>4.10.1</Version>
<Comment>Release bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-24</Date>
<Version>4.10.1</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-10</Date>
<Version>4.10.1</Version>
<Comment>Cleanup.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-22</Date>
<Version>4.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-18</Date>
<Version>4.10.0</Version>
<Comment>Release bump</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-22</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
<Date>2020-11-21</Date>
<Version>4.15.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -38,40 +38,12 @@
</Package>
<History>
<Update release="5">
<Date>2015-03-02</Date>
<Version>2.10.0</Version>
<Comment>Version downed with v4.12.0</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-02-26</Date>
<Version>3.0.0</Version>
<Comment>Rebuild Unused</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-11</Date>
<Version>3.0.0</Version>
<Comment>Rebuild.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-17</Date>
<Version>3.0.0</Version>
<Comment>Dep Fixed</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-02</Date>
<Version>3.0.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-11-21</Date>
<Version>2.10.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -33,26 +33,12 @@
</Package>
<History>
<Update release="3">
<Date>2015-03-04</Date>
<Version>4.4.3</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>4.4.3</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-11-01</Date>
<Version>4.4.3</Version>
<Comment>First release</Comment>
<Name>Gökmen Görgen</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Date>2020-11-23</Date>
<Version>4.4.3</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -27,26 +27,12 @@
</Package>
<History>
<Update release="3">
<Date>2015-03-04</Date>
<Version>4.10.0</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-26</Date>
<Version>4.10.0</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-02</Date>
<Version>4.10.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Date>2020-11-21</Date>
<Version>4.10.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+65
View File
@@ -0,0 +1,65 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
import os
WorkDir="libdbusmenu-%s" % get.srcVERSION()
ver = get.srcVERSION()
options = "--disable-dumper \
--disable-static \
--enable-vala=no \
--enable-gtk-doc \
--disable-silent-rules \
--disable-scrollkeeper \
--enable-introspection=yes \
--disable-tests \
--disable-tests"
def setup():
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), ver))
shelltools.system("sed -i 's/-Werror//' libdbusmenu-*/Makefile.{am,in}")
shelltools.cd("..")
shelltools.system("mkdir libdbusmenu-gtk2")
shelltools.system("mkdir libdbusmenu-gtk3")
shelltools.system("cp -ra libdbusmenu-16.04.0/* /var/pisi/libdbusmenu-16.04.0-1/work/libdbusmenu-gtk2")
shelltools.system("cp -ra libdbusmenu-16.04.0/* /var/pisi/libdbusmenu-16.04.0-1/work/libdbusmenu-gtk3")
def build():
shelltools.export("HAVE_VALGRIND_TRUE", "#")
shelltools.export("HAVE_VALGRIND_FALSE", " ")
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), ver))
autotools.configure("%s" % options)
shelltools.cd("%s/libdbusmenu-%s" % (get.workDIR(), 'gtk3'))
autotools.configure("%s --with-gtk=3" % options)
shelltools.cd("%s/libdbusmenu-%s" % (get.workDIR(), 'gtk2'))
autotools.configure("%s --with-gtk=2" % options)
def install():
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), ver))
autotools.rawInstall("-C libdbusmenu-glib DESTDIR=%s" % get.installDIR())
autotools.rawInstall("-C tools DESTDIR=%s" % get.installDIR())
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), 'gtk2'))
autotools.rawInstall("-C libdbusmenu-glib DESTDIR=%s" % get.installDIR())
autotools.rawInstall("-C libdbusmenu-gtk DESTDIR=%s" % get.installDIR())
shelltools.cd("%s/libdbusmenu-%s" %(get.workDIR(), 'gtk3'))
autotools.rawInstall("-C libdbusmenu-glib DESTDIR=%s" % get.installDIR())
autotools.rawInstall("-C libdbusmenu-gtk DESTDIR=%s" % get.installDIR())
shelltools.cd("%s/libdbusmenu-%s" % (get.workDIR(), ver))
pisitools.dodoc("AUTHORS", "COPYING*", "README", "NEWS")
@@ -0,0 +1,12 @@
diff -Nru libdbusmenu-12.10.2.orig/configure.ac libdbusmenu-12.10.2/configure.ac
--- libdbusmenu-12.10.2.orig/configure.ac 2013-01-09 15:44:34.554871296 -0500
+++ libdbusmenu-12.10.2/configure.ac 2013-01-09 15:44:45.604812416 -0500
@@ -4,7 +4,7 @@
AC_PREREQ(2.62)
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(libdbusmenu, 16.04.0, [-Wno-portability])
AM_MAINTAINER_MODE
@@ -0,0 +1,26 @@
--- a/tools/dbusmenu-dumper.c
+++ b/tools/dbusmenu-dumper.c
@@ -388,7 +388,10 @@
int
main (int argc, char ** argv)
{
+#if GLIB_VERSION_CUR_STABLE < G_ENCODE_VERSION(2, 36)
+ // g_type_init is deprecated after 2.36
g_type_init();
+#endif
GError * error = NULL;
GOptionContext * context;
--- a/tools/testapp/main.c
+++ b/tools/testapp/main.c
@@ -135,7 +135,10 @@
int main (int argc, char ** argv)
{
+#if GLIB_VERSION_CUR_STABLE < G_ENCODE_VERSION(2, 36)
+ // g_type_init is deprecated after 2.36
g_type_init();
+#endif
if (argc != 2) {
g_warning(USAGE);
@@ -0,0 +1,22 @@
--- a/docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml
+++ b/docs/libdbusmenu-glib/reference/libdbusmenu-glib-docs.sgml
@@ -15,9 +15,6 @@
<xi:include href="xml/menuitem-proxy.xml"/>
<xi:include href="xml/menuitem.xml"/>
<xi:include href="xml/client.xml"/>
- <xi:include href="xml/client-menuitem.xml"/>
- <xi:include href="xml/dbusmenu-client.xml"/>
- <xi:include href="xml/dbusmenu-server.xml"/>
<xi:include href="xml/types.xml"/>
</chapter>
--- a/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml
+++ b/docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-docs.sgml
@@ -15,7 +15,6 @@
<xi:include href="xml/menuitem.xml"/>
<xi:include href="xml/client.xml"/>
<xi:include href="xml/parser.xml"/>
- <xi:include href="xml/serializablemenuitem.xml"/>
</chapter>
<chapter id="object-tree">
+149
View File
@@ -0,0 +1,149 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libdbusmenu</Name>
<Homepage>https://launchpad.net/dbusmenu</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Library for applications to pass a menu scructure accross DBus</Summary>
<Description>libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.</Description>
<Archive sha1sum="f88fc666609ed486a968fd6c8b739dff07d50bdd" type="targz">https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gnome-doc-utils</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>gtk-doc</Dependency>
</BuildDependencies>
<Patches>
<Patch>0001_autoconf.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libdbusmenu-glib</Name>
<Summary>GLIB bindings for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency>libdbusmenu-common</Dependency>
<Dependency>json-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdbusmenu-glib*</Path>
<Path fileType="library">/usr/lib/libdbusmenu-json*</Path>
<Path fileType="data">/usr/share/libdbusmenu</Path>
<Path filetype="html">/usr/share/gtk-doc/html/libdbusmenu-glib</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-common</Name>
<Summary>Common files for libdbusmenu libraries</Summary>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/share/vala/vapi/Dbusmenu-*.vapi</Path>
<Path fileType="library">/usr/share/gir-1.0/Dbusmenu-*.gir</Path>
<Path fileType="library">/usr/lib/girepository-1.0/Dbusmenu-*.typelib</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-gtk</Name>
<Summary>GTK 2.x libraries for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency>libdbusmenu-glib</Dependency>
<Dependency>libdbusmenu-common</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>atk</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdbusmenu-gtk.so*</Path>
<Path fileType="library">/usr/share/vala/vapi/DbusmenuGtk-*.vapi</Path>
<Path fileType="library">/usr/share/gir-1.0/DbusmenuGtk-*.gir</Path>
<Path fileType="library">/usr/lib/girepository-1.0/DbusmenuGtk-*.typelib</Path>
<Path filetype="html">/usr/share/gtk-doc/html/libdbusmenu-gtk</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-gtk3</Name>
<Summary>GTK 3.x libraries for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency>libdbusmenu-glib</Dependency>
<Dependency>libdbusmenu-common</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>atk</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdbusmenu-gtk3.so*</Path>
<Path fileType="library">/usr/share/vala/vapi/DbusmenuGtk3-*.vapi</Path>
<Path fileType="library">/usr/share/gir-1.0/DbusmenuGtk3-*.gir</Path>
<Path fileType="library">/usr/lib/girepository-1.0/DbusmenuGtk3-*.typelib</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-tools</Name>
<Summary>Some examples for testing libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency>libdbusmenu-glib</Dependency>
<Dependency>libdbusmenu-common</Dependency>
<Dependency>json-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc/libdbusmenu/*dbusmenu-bench*</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-devel</Name>
<Summary>Development files for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency release="current">libdbusmenu-glib</Dependency>
<Dependency release="current">libdbusmenu-gtk</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-devel</Name>
<Summary>Development files for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency release="current">libdbusmenu-glib</Dependency>
<Dependency release="current">libdbusmenu-gtk</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
</RuntimeDependencies>
<Files>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-19</Date>
<Version>16.04.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+123
View File
@@ -0,0 +1,123 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libdbusmenu</Name>
<Homepage>https://launchpad.net/dbusmenu</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Library for applications to pass a menu scructure accross DBus</Summary>
<Description>libdbusmenu is a small little library that was created by pulling out some common code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.</Description>
<Archive sha1sum="f88fc666609ed486a968fd6c8b739dff07d50bdd" type="targz">https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gnome-doc-utils</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>gtk-doc</Dependency>
</BuildDependencies>
<Patches>
<Patch>0001_autoconf.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libdbusmenu-common</Name>
<Summary>Common files for libdbusmenu libraries</Summary>
<Files>
<Path fileType="library">/usr/share/doc/libdbusmenu</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/share/gir-1.0</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-glib</Name>
<Summary>GLIB bindings for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency>libdbusmenu-common</Dependency>
<Dependency>json-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path filetype="data">/usr/share/gtk-doc/html/libdbusmenu-glib</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-gtk</Name>
<Summary>GTK 2.x libraries for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency>libdbusmenu-glib</Dependency>
<Dependency>libdbusmenu-common</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>atk</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
</RuntimeDependencies>
<Files>
<Path filetype="data">/usr/share/gtk-doc/html/libdbusmenu-gtk</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-gtk3</Name>
<Summary>GTK 3.x libraries for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency>libdbusmenu-glib</Dependency>
<Dependency>libdbusmenu-common</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>atk</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
</Files>
</Package>
<Package>
<Name>libdbusmenu-tools</Name>
<Summary>Some examples for testing libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency>libdbusmenu-glib</Dependency>
<Dependency>libdbusmenu-common</Dependency>
<Dependency>json-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
</Files>
</Package>
<Package>
<Name>libdbusmenu-gtk3-devel</Name>
<Summary>Development files for libdbusmenu</Summary>
<RuntimeDependencies>
<Dependency release="current">libdbusmenu-glib</Dependency>
<Dependency release="current">libdbusmenu-gtk3</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-19</Date>
<Version>16.04.0</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,38 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libdbusmenu</Name>
<Summary xml:lang="tr">Uygulamaların DBus üzerinden menü yapılarını gönderebilmelerini sağlayan bir kitaplık</Summary>
<Description xml:lang="tr">libdbusmenu, indicator-applet uygulamasında kullanılan bazı genel kodların ayrı bir kitaplık haline getirilmesiyle oluşturulmuş bir kitaplıktır. Bu kitaplık ile uygulamaların menü yapısı DBus ile başka uygulamalara iletilebilir, bu sayede uygulamalar karşı tarafta menünün nasıl gösterileceğini dikkate almadan menüler oluşturabilirler.</Description>
</Source>
<Package>
<Name>libdbusmenu-glib</Name>
<Summary xml:lang="tr">libdbusmenu için GLIB bağlayıcıları</Summary>
</Package>
<Package>
<Name>libdbusmenu-gtk</Name>
<Summary xml:lang="tr">libdbusmenu için GTK 2.x kitaplıkları</Summary>
</Package>
<Package>
<Name>libdbusmenu-gtk3</Name>
<Summary xml:lang="tr">libdbusmenu için GTK 3.x kitaplıkları</Summary>
</Package>
<Package>
<Name>libdbusmenu-tools</Name>
<Summary xml:lang="tr">libdbusmenu testleri için çeşitli örnekler</Summary>
</Package>
<Package>
<Name>libdbusmenu-common</Name>
<Summary xml:lang="tr">libdbusmenu kitaplıkları için ortak dosyalar</Summary>
</Package>
<Package>
<Name>libdbusmenu-devel</Name>
<Summary xml:lang="tr">libdbusmenu için geliştirme dosyaları</Summary>
</Package>
</PISI>
+1 -1
View File
@@ -13,7 +13,7 @@ PIDFILE = "/run/ntpd.pid"
@synchronized
def start():
startService(command="/usr/sbin/ntpd",
args=config.get("OPTIONS", "-u ntp:ntp -p %s -g" % PIDFILE),
args=config.get("OPTIONS", "-x -u ntp:ntp -p %s " % PIDFILE),
donotify=True)
@synchronized
+20
View File
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
+81
View File
@@ -0,0 +1,81 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libXpresent</Name>
<Homepage>https://www.x.org/</Homepage>
<Packager>
<Name>Ali Cengiz Kurt</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>X.Org Xpm library</Summary>
<Description>X Present Extension library</Description>
<Archive sha1sum="8893cca785dc94f4a001b53f4308588ff6c3900a" type="tarbz2">https://www.x.org/archive/individual/lib/libXpresent-1.0.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>util-macros</Dependency>
<Dependency>xorg-proto</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libXpresent</Name>
<RuntimeDependencies>
<Dependency>libXfixes</Dependency>
<Dependency>libXrandr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/usr/include/X11/extensions</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man3</Path>
<Path fileType="doc">/usr/share/licenses</Path>
</Files>
</Package>
<Package>
<Name>libXpresent-devel</Name>
<IsA>library</IsA>
<Summary>Development files for libXpresent</Summary>
<RuntimeDependencies>
<Dependency release="current">libXpresent</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/X11</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libXpresent-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for libXpresent</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>libXfixes-32bit</Dependency>
<Dependency>libXrandr-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="current">libXpresent</Dependency>
<Dependency>libXfixes-32bit</Dependency>
<Dependency>libXrandr-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-22</Date>
<Version>1.0.0</Version>
<Comment>First Release For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+21
View File
@@ -0,0 +1,21 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>Thunar</Name>
<Summary xml:lang="tr">Xfce dosya yöneticisi</Summary>
<Summary xml:lang="pl">Menedżer plików dla Xfce </Summary>
<Description xml:lang="tr">Thunar, baştan başa hızlı olmak ve kolay kullanım için tasarlanmıştır. Kullanıcı arayüzü temiz ve çabuk anlaşılabilir; diğer taraftan karışık ve kullanışsız hiçbir seçenek içermiyor. Thunar açılırken ve dizin çağırırken hızlıdır. Ayrıca Thunar'a yardımcı teknolojilerle de erişilebilir ve standartlara tam uyumludur.</Description>
<Description xml:lang="pl">Thunar to menedżer plików zaprojektowany jako domyślny w Xfce 4.6 oraz by był szybkim i prostym w użyciu.</Description>
</Source>
<Package>
<Name>Thunar-devel</Name>
<Summary xml:lang="tr">Thunar geliştirme dosyaları</Summary>
<Summary xml:lang="pl">Pliki nagłówkowe Thunar</Summary>
</Package>
<Package>
<Name>Thunar-docs</Name>
<Summary xml:lang="tr">Thunar referans belgeleri</Summary>
</Package>
</PISI>