mate-brisk-menu:new package
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
#!/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 mesontools, pisitools
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
mesontools.configure("--prefix=/usr --libexecdir=/usr/lib")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
mesontools.build()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
mesontools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("AUTHORS", "LICENSE", "README*")
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>mate-brisk-menu</Name>
|
||||||
|
<Homepage>https://github.com/getsolus/brisk-menu</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>Mate Brisk Menus</Summary>
|
||||||
|
<Description>Modern, efficient menu for the MATE Desktop Environment.</Description>
|
||||||
|
<Archive sha1sum="ace600e2a618b7dacba6fd97ed3205d52766e445" type="tarxz">https://github.com/getsolus/brisk-menu/releases/download/v0.6.2/brisk-menu-v0.6.2.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
<Dependency>mate-panel-devel</Dependency>
|
||||||
|
<Dependency>mate-menus-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>mate-brisk-menu</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>gtk3</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>libX11</Dependency>
|
||||||
|
<Dependency>libnotify</Dependency>
|
||||||
|
<Dependency>mate-menus</Dependency>
|
||||||
|
<Dependency>mate-panel</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="data">/usr/share/mate-panel</Path>
|
||||||
|
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2021-04-20</Date>
|
||||||
|
<Version>0.6.2</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>mate-menus</Name>
|
||||||
|
<Summary xml:lang="tr">Mate brisk menü</Summary>
|
||||||
|
<Description xml:lang="tr"> Mate Masaüstü için modern bir menü</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+257303
-257251
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
4b3d11b8badd5b2914e99c1579631b8c8e3095a6
|
e934a83a8d42465f49e190668b3e0a55074ee63d
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
a733f94ba5f2b053f866f81fa5ca64f7f2dd8c05
|
6912d0bf3f4f2991aef02b6a09cddfcd3d6e274b
|
||||||
Reference in New Issue
Block a user