removed im-config and mintcommon
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file https://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import autotools, get, pisitools, shelltools
|
||||
|
||||
#def setup():
|
||||
#autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/etc/X11/Xsession.d","%s/%s-%s/70im-config_launch" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/usr/share/im-config/data","%s/%s-%s/data/*" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/etc/default","%s/%s-%s/default/im-config-Ubuntu" % (get.workDIR(), get.srcNAME(), get.srcVERSION()), "im-config")
|
||||
pisitools.insinto("/usr/bin","%s/%s-%s/im-config" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/usr/share/applications","%s/%s-%s/im-config.desktop" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/etc/profile.d","%s/%s-%s/im-config_wayland.sh" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/usr/bin","%s/%s-%s/im-launch" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/etc/xdg/autostart","%s/%s-%s/im-launch.desktop" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/usr/share/locale","%s/%s-%s/po/locale/*" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/usr/share/im-config","%s/%s-%s/share/im-config.common" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/usr/share/im-config","%s/%s-%s/share/xinputrc.common" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
pisitools.insinto("/etc/X11/xinit","%s/%s-%s/xinputrc" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
@@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>im-config</Name>
|
||||
<Homepage>https://salsa.debian.org/input-method-team/im-config</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>cinnamon</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Input method configuration framework</Summary>
|
||||
<Description>Input method configuration framework</Description>
|
||||
<Archive sha1sum="1028c95bc3f119ce9180e509f160ddcf9e43d608" type="tarxz">https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/im-config/0.52-1/im-config_0.52.orig.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>im-config</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/im-config</Path>
|
||||
<Path fileType="localdata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-07-16</Date>
|
||||
<Version>0.52</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>im-config</Name>
|
||||
<Summary xml:lang="tr">Giriş yöntemi yapılandırma çerçevesi</Summary>
|
||||
<Description xml:lang="tr">Giriş yöntemi yapılandırma çerçevesi</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -1,16 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file https://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import get, pisitools
|
||||
|
||||
def setup():
|
||||
pass
|
||||
|
||||
def build():
|
||||
pass
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr","%s/%s-%s/usr/*" % (get.workDIR(), get.srcNAME(), get.srcVERSION()))
|
||||
@@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mintcommon</Name>
|
||||
<Homepage>https://github.com/linuxmint/mintcommon</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>cinnamon</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Common scripts and resources for Linux Mint</Summary>
|
||||
<Description>Common scripts and resources for Linux Mint</Description>
|
||||
<Archive sha1sum="3f799e7a8f5a6a5cad8b9d0f8a0b3a2f9bdf54df" type="targz">https://github.com/linuxmint/mintcommon/archive/refs/tags/1.0.3.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>mintcommon</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-07-16</Date>
|
||||
<Version>1.0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>mintcommon</Name>
|
||||
<Summary xml:lang="tr">Linux Mint için genel betik ve kaynaklar</Summary>
|
||||
<Description xml:lang="tr">Linux Mint için genel betik ve kaynaklar</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+294213
-294176
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
b634a6f546b7e316c2ce3faa1251e51d9269a259
|
||||
cf2d9fc6d371b212702ff0ea9662de584558c053
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
7ed0b47861617258e0dbd2e80b9195263ad419da
|
||||
1061b5069373d7f78ccb223eb3673ae13e8e0f8a
|
||||
@@ -16,5 +16,10 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#FIXME:Remove files which conflict with xorg-proto
|
||||
#pisitools.remove("/usr/include/X11/extensions/xf86mscstr.h")
|
||||
#pisitools.remove("/usr/include/X11/extensions/xf86misc.h")
|
||||
#pisitools.remove("/usr/lib/pkgconfig/xf86miscproto.pc")
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING")
|
||||
|
||||
Reference in New Issue
Block a user