From 235ab2a95f869353333f328cbf18a56ecacb747c Mon Sep 17 00:00:00 2001 From: 4fury Date: Sat, 28 Dec 2019 19:31:15 +0300 Subject: [PATCH] simpleburn update. --- hardware/optical/simpleburn/actions.py | 18 ++++++------------ hardware/optical/simpleburn/pspec.xml | 24 ++++++++++++++---------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/hardware/optical/simpleburn/actions.py b/hardware/optical/simpleburn/actions.py index 828016b1da..ca9bcf0d0b 100644 --- a/hardware/optical/simpleburn/actions.py +++ b/hardware/optical/simpleburn/actions.py @@ -2,24 +2,18 @@ # -*- coding: utf-8 -*- # # 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 cmaketools - - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DGTK3=ON \ - -DBURNING=LIBBURNIA ") +def setup(): + pisitools.dosed("CMakeLists.txt", "doc/\$", "share/doc/$") + cmaketools.configure("-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBURNING=LIBBURNIA") def build(): cmaketools.make() def install(): - cmaketools.install() - -#pisitools.dodoc("AUTHORS", "ChangeLog", "INSTALL", "LICENSE", "TODO") - + cmaketools.install() + diff --git a/hardware/optical/simpleburn/pspec.xml b/hardware/optical/simpleburn/pspec.xml index 4c42f30734..71a87f41a8 100644 --- a/hardware/optical/simpleburn/pspec.xml +++ b/hardware/optical/simpleburn/pspec.xml @@ -1,5 +1,5 @@ - + simpleburn @@ -13,9 +13,8 @@ app:gui A simple GTK+ application for burning CDs and DVDs 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. - http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.3.1.tar.gz + http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-1.8.4.tar.gz - gtk2-devel gtk3-devel cdparanoia-devel mpg123-devel @@ -30,17 +29,16 @@ cdrkit util-linux libutil-linux-devel - + simpleburn - gtk2 gtk3 glib2 - lame + lame cdparanoia libisoburn cdrdao @@ -55,16 +53,22 @@ /usr/bin - /usr/share/pixmaps /usr/share/locale /usr/share/simpleburn /usr/share/icons /usr/share/applications - /usr/doc + /usr/share/doc + + 2019-12-28 + 1.8.4 + Ver. bump + Pisi Linux Community + admin@pisilinux.org + 2018-08-18 1.8.3.1 @@ -99,13 +103,13 @@ Rebuild. Stefan Gronewold(groni) groni@pisilinux.org - + 2016-04-19 1.6.5 Version bump. Stefan Gronewold(groni) groni@pisilinux.org - +