yad: major version bump

This commit is contained in:
bluedevil
2020-09-24 00:02:47 +02:00
parent bf9b87451d
commit 14616d1a3b
3 changed files with 27 additions and 18 deletions
+6 -6
View File
@@ -4,20 +4,20 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-ivf")
shelltools.system("intltoolize --force --copy --automake")
autotools.configure("--with-gtk=gtk3 \
--enable-icon-browser \
autotools.configure("--enable-gio \
--enable-html \
--enable-gio \
--enable-spell \
--enable-sourceview")
--with-gtk=gtk3 \
--enable-sourceview \
--enable-icon-browser")
def build():
autotools.make()
@@ -25,4 +25,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
pisitools.dodoc("COPYING", "README*")