Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>amiri-fonts</Name>
|
||||
<Homepage>http://www.google.com/get/noto</Homepage>
|
||||
<Homepage>https://www.amirifont.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Apache</License>
|
||||
<License>custom:OFL</License>
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>A classical Arabic typeface</Summary>
|
||||
<Description>Amiri is a classical Arabic typeface in Naskh style for typesetting books and other running text.</Description>
|
||||
|
||||
@@ -5,15 +5,17 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/fonts/sil-lateef", "LateefGR-Regular.ttf")
|
||||
pisitools.dobin("LateefGR-Regular.ttf", "/usr/share/fonts/sil-lateef")
|
||||
|
||||
pisitools.dodoc("OFL.txt", "OFL-FAQ.txt", "README.txt", "FONTLOG.txt")
|
||||
pisitools.insinto("/usr/share/sil-lateef/documentation", "./documentation/*.pdf")
|
||||
pisitools.insinto("/usr/share/sil-lateef/documentation", "./documentation/*.odt")
|
||||
pisitools.insinto("/usr/share/sil-lateef/documentation", "./documentation/*.txt")
|
||||
pisitools.insinto("/usr/share/sil-lateef/web", "./web/*.html")
|
||||
pisitools.insinto("/usr/share/sil-lateef/web", "./web/*.css")
|
||||
pisitools.insinto("/usr/share/sil-lateef/web", "./web/*.woff")
|
||||
pisitools.dobin("./documentation/*.pdf", "/usr/share/sil-lateef/documentation")
|
||||
pisitools.dobin("./documentation/*.odt", "/usr/share/sil-lateef/documentation")
|
||||
pisitools.dobin("./documentation/*.txt", "/usr/share/sil-lateef/documentation")
|
||||
pisitools.dobin("./web/*.html", "/usr/share/sil-lateef/web")
|
||||
pisitools.dobin("./web/*.css", "/usr/share/sil-lateef/web")
|
||||
pisitools.dobin("./web/*.woff", "/usr/share/sil-lateef/web")
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sil-lateef</Name>
|
||||
<Name>sil-lateef-font</Name>
|
||||
<Homepage>https://software.sil.org/lateef/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
@@ -12,11 +12,11 @@
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>OpenType Arabic font from SIL</Summary>
|
||||
<Description>Lateef is named after Shah Abdul Lateef Bhitai, the famous Sindhi mystic and poet. It is intended to be an appropriate style for use in Sindhi and other languages of southern Asia..</Description>
|
||||
<Archive sha1sum="be0d83b3d7d97d6429136a54590488ea3b3cce68" type="zip">http://software.sil.org/downloads/r/lateef/LateefGR-1.200.zip</Archive>
|
||||
<Archive sha1sum="be0d83b3d7d97d6429136a54590488ea3b3cce68" type="zip">https://software.sil.org/downloads/r/lateef/LateefGR-1.200.zip</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sil-lateef</Name>
|
||||
<Name>sil-lateef-font</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/fonts/sil-lateef</Path>
|
||||
@@ -29,7 +29,7 @@
|
||||
<Update release="1">
|
||||
<Date>2018-05-08</Date>
|
||||
<Version>1.200</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
@@ -8,10 +8,10 @@ from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
kde5.configure("-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d")
|
||||
kde5.configure("-DUDEV_RULES_INSTALL_DIR=/lib/udev/rules.d")
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
kde5.install()
|
||||
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2018-05-09</Date>
|
||||
<Version>5.45.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2018-04-23</Date>
|
||||
<Version>5.45.0</Version>
|
||||
|
||||
@@ -6,7 +6,7 @@ diff -up hplip-3.17.11/Makefile.am.udev-rules hplip-3.17.11/Makefile.am
|
||||
# hpmud.rules
|
||||
if !HPLIP_CLASS_DRIVER
|
||||
-rulesdir = /etc/udev/rules.d
|
||||
+rulesdir = /usr/lib/udev/rules.d
|
||||
+rulesdir = /lib/udev/rules.d
|
||||
if UDEV_SYSFS_RULES
|
||||
dist_rules_DATA = data/rules/56-hpmud_sysfs.rules
|
||||
else
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
diff -Nuar a/installer/distros.dat b/installer/distros.dat
|
||||
--- a/installer/distros.dat 2017-11-23 15:10:13.000000000 +0300
|
||||
+++ b/installer/distros.dat 2018-02-15 15:04:58.913643271 +0300
|
||||
--- a/installer/distros.dat 2018-04-26 09:23:55.000000000 +0300
|
||||
+++ b/installer/distros.dat 2018-05-09 16:42:55.610227756 +0300
|
||||
@@ -92,7 +92,7 @@
|
||||
# ****************************************
|
||||
|
||||
[distros]
|
||||
-distros=unknown,mepis,debian,suse,mandriva,fedora,redhat,rhel,slackware,gentoo,redflag,ubuntu,xandros,freebsd,linspire,ark,pclinuxos,centos,igos,linuxmint,linpus,gos,boss,lfs
|
||||
+distros=unknown,mepis,debian,suse,mandriva,fedora,redhat,rhel,slackware,gentoo,redflag,ubuntu,xandros,freebsd,linspire,ark,pclinuxos,centos,igos,linuxmint,linpus,gos,boss,lfs,pisilinux
|
||||
-distros=unknown,mepis,debian,suse,mandriva,fedora,redhat,rhel,slackware,gentoo,redflag,ubuntu,xandros,freebsd,linspire,ark,pclinuxos,centos,igos,linuxmint,linpus,gos,boss,lfs,manjarolinux
|
||||
+distros=unknown,mepis,debian,suse,mandriva,fedora,redhat,rhel,slackware,gentoo,redflag,ubuntu,xandros,freebsd,linspire,ark,pclinuxos,centos,igos,linuxmint,linpus,gos,boss,lfs,manjarolinux,pisilinux
|
||||
|
||||
# ****************************************
|
||||
|
||||
@@ -10111,9 +10111,30 @@
|
||||
@@ -10447,6 +10447,28 @@
|
||||
[lfs:6:avahi-utils]
|
||||
packages=avahi
|
||||
|
||||
@@ -39,6 +39,3 @@ diff -Nuar a/installer/distros.dat b/installer/distros.dat
|
||||
[lfs:6:automake]
|
||||
packages=automake1.11
|
||||
|
||||
[lfs:6:epm]
|
||||
packages=epm
|
||||
-
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<License>MIT</License>
|
||||
<Summary>HP Linux Imaging and Printing System</Summary>
|
||||
<Description>HP Linux Imaging and Printing (HPLIP) System includes printer and scanner drivers and related service tools.</Description>
|
||||
<Archive sha1sum="72705f45157227907a79e326da6524317c1aaff6" type="targz">mirrors://sourceforge/hplip/hplip-3.17.11.tar.gz</Archive>
|
||||
<Archive sha1sum="80b7c35adaa287ff51aa6938bf52046d06a32058" type="targz">mirrors://sourceforge/hplip/hplip-3.18.4.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- PPD patcher -->
|
||||
<AdditionalFile permission="0755" target="patch-ppds">patch-ppds.sh</AdditionalFile>
|
||||
@@ -171,6 +171,20 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2018-05-09</Date>
|
||||
<Version>3.18.4</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-05-09</Date>
|
||||
<Version>3.17.11</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-02-15</Date>
|
||||
<Version>3.17.11</Version>
|
||||
|
||||
@@ -48,13 +48,14 @@
|
||||
<Path fileType="config">/etc/security</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="config">/lib/udev/rules.d</Path>
|
||||
<Path fileType="data">/usr/share/jack-audio-connection-kit</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/security/limits.d/99-jack.conf">99-jack.conf</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/udev/rules.d/40-hpet-permissions.rules">40-hpet-permissions.rules</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/lib/udev/rules.d/40-hpet-permissions.rules">40-hpet-permissions.rules</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/security/limits.d/99-audio.conf">99-audio.conf</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
@@ -84,6 +85,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-05-09</Date>
|
||||
<Version>1.9.10</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-02-17</Date>
|
||||
<Version>1.9.10</Version>
|
||||
|
||||
@@ -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 shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("ChangeLog", "README", "COPYING", "AUTHORS")
|
||||
@@ -0,0 +1,90 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>smb4k</Name>
|
||||
<Homepage>http://smb4k.berlios.de/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>smb4k</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>An SMB/CIFS Share Browser for KDE</Summary>
|
||||
<Description>Smb4K is an advanced network neighborhood browser and Samba share mounting utility.</Description>
|
||||
<Archive sha1sum="98a72c2eed16580c4649943dc0a804e38e329076" type="tarxz">mirrors://sourceforge/smb4k/2.1.0/smb4k-2.1.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>solid-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kparts-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kwallet-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kcompletion-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>kjobwidgets-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>kconfigwidgets-devel</Dependency>
|
||||
<Dependency>knotifications-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>plasma-framework-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>smb4k</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kauth</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
<Dependency>kcrash</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kdoctools</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>plasma-framework</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/etc/dbus-1/system.d</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-05-08</Date>
|
||||
<Version>2.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>smb4k</Name>
|
||||
<Summary xml:lang="tr">KDE için bir Windows paylaşım tarayıcısı</Summary>
|
||||
<Description xml:lang="tr">smb4k, KDE üzerinde Windows paylaşımlarını taramak ve içeriklerini kullanmak için kullanışlı bir grafik arayüzü sunar.</Description>
|
||||
<Description xml:lang="fr">smb4k est un navigateur graphique KDE de partages SMB/CIFS.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir = "mozilla-release-6b51784853e47e091d213d421a19cb623af718f0"
|
||||
#WorkDir = "mozilla-release-6b51784853e47e091d213d421a19cb623af718f0"
|
||||
ObjDir = "build"
|
||||
locales = "az bs ca da de el en-US en-GB en-ZA es-AR es-CL es-ES fi fr hr hu it lt nl pl pt-BR pt-PT ro ru sr sv-SE tr uk".split()
|
||||
xpidir = "%s/xpi" % get.workDIR()
|
||||
@@ -41,7 +41,6 @@ def setup():
|
||||
|
||||
shelltools.system("../configure --prefix=/usr --libdir=/usr/lib --disable-strip --disable-install-strip")
|
||||
|
||||
#shelltools.cd("mozilla-release-6b51784853e47e091d213d421a19cb623af718f0")
|
||||
|
||||
def build():
|
||||
shelltools.cd(ObjDir)
|
||||
|
||||
@@ -15,11 +15,11 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Firefox Web Browser</Summary>
|
||||
<Description>It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.</Description>
|
||||
<Archive sha1sum="82f69f2eeef9316abb096518fff8e95386e0f1e1" type="tarbz2">https://hg.mozilla.org/releases/mozilla-release/archive/6b51784853e47e091d213d421a19cb623af718f0.tar.bz2</Archive>
|
||||
<Archive sha1sum="070b99b19851efe13c1d947764a9de1a83f6362c" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/60.0/source/firefox-60.0.source.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!--Our main configure script. Configure paramters are stored here.-->
|
||||
<AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile>
|
||||
<AdditionalFile target="configure" permission="0755">configure</AdditionalFile>
|
||||
<!-- <AdditionalFile target="configure" permission="0755">configure</AdditionalFile> -->
|
||||
<AdditionalFile target="browserconfig.properties" permission="0644">pisilinux/browserconfig.properties</AdditionalFile> <!--anasayfa ayarlaması-->
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
@@ -35,6 +35,9 @@
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libffi-devel</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency>hunspell-devel</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>autoconf213</Dependency>
|
||||
@@ -57,7 +60,6 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">ffmpeg4.patch</Patch>
|
||||
<Patch level="1">no-crmf.diff</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -110,6 +112,7 @@
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<!-- <Path fileType="executable">/usr/lib</Path> -->
|
||||
<Path fileType="executable">/usr/lib/firefox</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
</Files>
|
||||
@@ -539,6 +542,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2018-05-08</Date>
|
||||
<Version>60.0</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2018-02-06</Date>
|
||||
<Version>59.0.3</Version>
|
||||
|
||||
+165385
-165307
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
0b05ba0246729fc0690c317da9695f894f36c129
|
||||
2a43efd850601b680ca15fec25fa19d8adf2d23e
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
2968bf12709d33ef58024aebf5fa25b74f5ed96b
|
||||
91dc1974c32c6c64c1f62f69c737283f2ba8156e
|
||||
@@ -15,7 +15,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Network Security Services</Summary>
|
||||
<Description>Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.</Description>
|
||||
<Archive sha1sum="72fb5bd2fc56113fec0d8867a1030bb0dfa108ac" type="targz">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_35_RTM/src/nss-3.35.tar.gz</Archive>
|
||||
<Archive sha1sum="29268d7dadeaa41f2bee25607153574f44b4701e" type="targz">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_37_RTM/src/nss-3.37.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="dist/pkgconfig/nss.pc.in">nss.pc.in</AdditionalFile>
|
||||
<AdditionalFile target="dist/pkgconfig/nss-config.in">nss-config.in</AdditionalFile>
|
||||
@@ -75,6 +75,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2018-05-08</Date>
|
||||
<Version>3.37</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2018-01-24</Date>
|
||||
<Version>3.35</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<Description>BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there.</Description>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Archive sha1sum="36e73fbed16ea215b5bcb94dd1f71648c8a57b3a" type="tarbz2">https://sourceforge.net/projects/bleachbit/files/bleachbit/1.12/bleachbit-1.12.tar.bz2</Archive>
|
||||
<Archive sha1sum="3b046fc25f1ccb9259aa7dc5262975ff902909af" type="tarbz2">https://sourceforge.net/projects/bleachbit/files/bleachbit/2.0/bleachbit-2.0.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -32,6 +32,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2018-05-09</Date>
|
||||
<Version>2.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2017-05-04</Date>
|
||||
<Version>1.12</Version>
|
||||
|
||||
Reference in New Issue
Block a user