new packages: python3-cairocffi, python3-cairosvg, python3-pyperclip, python3-svgwrite, python3-xcffib, wmctrl, xclip, xprintidle, budgie-extras

This commit is contained in:
suvari
2022-08-14 17:35:08 +03:00
parent 0572dc866b
commit cfdb85d8bf
33 changed files with 1915 additions and 52 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
#shelltools.makedirs("wmctrl-1.0.7")
autotools.configure()
def build():
#shelltools.cd("wmctrl-1.0.7")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s LIBDIR=%s/usr/lib" % (get.installDIR(), get.installDIR()))
pisitools.dodoc("COPYING", "README")