gnome-42.0
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import autotools, get, pisitools
|
||||
from pisi.actionsapi import autotools, get, pisitools, mesontools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog*", "README*", "NEWS")
|
||||
|
||||
@@ -13,8 +13,9 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A collection of plugins for the eog image viewer</Summary>
|
||||
<Description>A collection of plugins for the eog image viewer</Description>
|
||||
<Archive sha1sum="db26a05f72d37576a1cd8353270039d6a206fcc0" type="tarxz">mirrors://gnome/eog-plugins/3.26/eog-plugins-3.26.8.tar.xz</Archive>
|
||||
<Archive sha1sum="a0238985ec959dd171b70af6d574f944ab1b2eaf" type="tarxz">mirrors://gnome/eog-plugins/42/eog-plugins-42.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>libchamplain-devel</Dependency>
|
||||
<Dependency>clutter-gtk-devel</Dependency>
|
||||
<Dependency>eog-devel</Dependency>
|
||||
@@ -75,6 +76,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-04-24</Date>
|
||||
<Version>42.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-01-09</Date>
|
||||
<Version>3.26.8</Version>
|
||||
|
||||
Reference in New Issue
Block a user