Merge pull request #7319 from 4fury/master

simpleburn update.
This commit is contained in:
2020-01-24 19:11:00 +02:00
committed by GitHub
4 changed files with 31 additions and 24 deletions
@@ -17,4 +17,4 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "LICENSE", "README*") pisitools.dodoc("AUTHORS", "LICENSE", "README.md")
@@ -12,7 +12,9 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Papirus simge teması</Summary> <Summary>Papirus simge teması</Summary>
<Description>Papirus simge teması</Description> <Description>Papirus simge teması</Description>
<Archive sha1sum="1f0b15231d23d5f8e8bd6ebf3012c7f9862daa34" type="targz">https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20180501.tar.gz</Archive> <Archive sha1sum="0043dffd2285b90c755798e37338010694a1761e" type="targz">
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20200102.tar.gz
</Archive>
<BuildDependencies> <BuildDependencies>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -28,6 +30,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2020-01-02</Date>
<Version>20200102</Version>
<Comment>Ver. up</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2018-08-31</Date> <Date>2018-08-31</Date>
<Version>20180501</Version> <Version>20180501</Version>
+6 -12
View File
@@ -2,24 +2,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import cmaketools from pisi.actionsapi import cmaketools
def setup():
pisitools.dosed("CMakeLists.txt", "doc/\$", "share/doc/$")
def setup(): cmaketools.configure("-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBURNING=LIBBURNIA")
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DGTK3=ON \
-DBURNING=LIBBURNIA ")
def build(): def build():
cmaketools.make() cmaketools.make()
def install(): def install():
cmaketools.install() cmaketools.install()
#pisitools.dodoc("AUTHORS", "ChangeLog", "INSTALL", "LICENSE", "TODO")
+14 -10
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>simpleburn</Name> <Name>simpleburn</Name>
@@ -13,9 +13,8 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A simple GTK+ application for burning CDs and DVDs</Summary> <Summary>A simple GTK+ application for burning CDs and DVDs</Summary>
<Description>SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs. It basically is a Cdrtools frontend and is designed in two parts: the GUI (GTK) and a BASH script that handle the requested actions.</Description> <Description>SimpleBurn is a minimalistic application for burning and extracting CDs and DVDs. It basically is a Cdrtools frontend and is designed in two parts: the GUI (GTK) and a BASH script that handle the requested actions.</Description>
<Archive sha1sum="d7a707c6932abcd391e38b994ecb01c1796fce89" type="targz">http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.3.1.tar.gz</Archive> <Archive sha1sum="1f5a076683e7157357f7b4ccc4fdd726c44d2aec" type="targz">http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.4.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<Dependency>cdparanoia-devel</Dependency> <Dependency>cdparanoia-devel</Dependency>
<Dependency>mpg123-devel</Dependency> <Dependency>mpg123-devel</Dependency>
@@ -30,17 +29,16 @@
<Dependency>cdrkit</Dependency> <Dependency>cdrkit</Dependency>
<Dependency>util-linux</Dependency> <Dependency>util-linux</Dependency>
<Dependency>libutil-linux-devel</Dependency> <Dependency>libutil-linux-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>simpleburn</Name> <Name>simpleburn</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency> <Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency> <Dependency>glib2</Dependency>
<!--Optional Dependencies--> <!--Optional Dependencies-->
<Dependency>lame</Dependency> <Dependency>lame</Dependency>
<Dependency>cdparanoia</Dependency> <Dependency>cdparanoia</Dependency>
<Dependency>libisoburn</Dependency> <Dependency>libisoburn</Dependency>
<Dependency>cdrdao</Dependency> <Dependency>cdrdao</Dependency>
@@ -55,16 +53,22 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="locale">/usr/share/locale</Path> <Path fileType="locale">/usr/share/locale</Path>
<Path fileType="data">/usr/share/simpleburn</Path> <Path fileType="data">/usr/share/simpleburn</Path>
<Path fileType="data">/usr/share/icons</Path> <Path fileType="data">/usr/share/icons</Path>
<Path fileType="application">/usr/share/applications</Path> <Path fileType="application">/usr/share/applications</Path>
<Path fileType="doc">/usr/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2019-12-28</Date>
<Version>1.8.4</Version>
<Comment>Ver. bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2018-08-18</Date> <Date>2018-08-18</Date>
<Version>1.8.3.1</Version> <Version>1.8.3.1</Version>
@@ -99,13 +103,13 @@
<Comment>Rebuild.</Comment> <Comment>Rebuild.</Comment>
<Name>Stefan Gronewold(groni)</Name> <Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email> <Email>groni@pisilinux.org</Email>
</Update> </Update>
<Update release="1"> <Update release="1">
<Date>2016-04-19</Date> <Date>2016-04-19</Date>
<Version>1.6.5</Version> <Version>1.6.5</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name> <Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email> <Email>groni@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>