diff --git a/desktop/lookandfeel/papirus-icon-theme/actions.py b/desktop/lookandfeel/papirus-icon-theme/actions.py
index 0637c4b75f..d15410adc2 100644
--- a/desktop/lookandfeel/papirus-icon-theme/actions.py
+++ b/desktop/lookandfeel/papirus-icon-theme/actions.py
@@ -17,4 +17,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.dodoc("AUTHORS", "LICENSE", "README*")
+ pisitools.dodoc("AUTHORS", "LICENSE", "README.md")
diff --git a/desktop/lookandfeel/papirus-icon-theme/pspec.xml b/desktop/lookandfeel/papirus-icon-theme/pspec.xml
index 23b9891c81..9bf75e2a43 100644
--- a/desktop/lookandfeel/papirus-icon-theme/pspec.xml
+++ b/desktop/lookandfeel/papirus-icon-theme/pspec.xml
@@ -12,7 +12,9 @@
library
Papirus simge teması
Papirus simge teması
- https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20180501.tar.gz
+
+ https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20200102.tar.gz
+
@@ -28,6 +30,13 @@
+
+ 2020-01-02
+ 20200102
+ Ver. up
+ fury
+ wascheme@tuta.io
+
2018-08-31
20180501
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
-
+