xfce4-notes-plugin
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
@@ -12,7 +13,14 @@ i = "-Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-dep
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add(i)
|
||||
autotools.configure("--disable-static")
|
||||
shelltools.system("./autogen.sh --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--disable-dependency-tracking \
|
||||
--host=%s \
|
||||
--disable-debug" % get.CHOST())
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
@@ -22,5 +30,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
|
||||
|
||||
@@ -13,9 +13,7 @@
|
||||
<PartOf>desktop.xfce.addon</PartOf>
|
||||
<Summary>Notes plugin provides you a quick way you had do with Post-It's</Summary>
|
||||
<Description>The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's.</Description>
|
||||
<Archive sha1sum="37d1a497ea26e796336feb4b0a247b7c4c7a66cd" type="tarbz2">
|
||||
https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/xfce4-notes-plugin-1.8.1.tar.bz2
|
||||
</Archive>
|
||||
<Archive sha1sum="a608183619224293da3fc2fe11609a8f6c6daab3" type="targz">https://dev.alpinelinux.org/archive/xfce4-notes-plugin/xfce4-notes-plugin-20201224.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>libunique-devel</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user