xfce4-notes-plugin ver. bump

This commit is contained in:
Rmys
2021-02-04 16:49:34 +03:00
committed by GitHub
parent a9da51735f
commit 7fd815f5eb
2 changed files with 16 additions and 10 deletions
@@ -13,14 +13,12 @@ i = "-Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-dep
def setup():
pisitools.cflags.add(i)
shelltools.system("./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-dependency-tracking \
--host=%s \
--disable-debug" % get.CHOST())
autotools.configure("--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-dependency-tracking \
--host=%s \
--disable-debug" % get.CHOST())
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
@@ -13,8 +13,9 @@
<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="a608183619224293da3fc2fe11609a8f6c6daab3" type="targz">https://dev.alpinelinux.org/archive/xfce4-notes-plugin/xfce4-notes-plugin-20201224.tar.gz</Archive>
<Archive sha1sum="95d7c74bb04cc7580d4f5222aefd63ac11457f5d" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.9/xfce4-notes-plugin-1.9.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>git</Dependency>
<Dependency>intltool</Dependency>
@@ -29,7 +30,7 @@
<Package>
<Name>xfce4-notes-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
@@ -52,6 +53,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-02-04</Date>
<Version>1.9.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.8.1</Version>