telepathy-butterfly:add pisi-2.0
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING")
|
||||
@@ -0,0 +1,108 @@
|
||||
diff -Nur telepathy-butterfly-0.5.7.orig/butterfly/channel/Makefile.in telepathy-butterfly-0.5.7/butterfly/channel/Makefile.in
|
||||
--- telepathy-butterfly-0.5.7.orig/butterfly/channel/Makefile.in 2010-03-22 21:27:54.692338442 +0200
|
||||
+++ telepathy-butterfly-0.5.7/butterfly/channel/Makefile.in 2010-03-22 21:28:56.000326418 +0200
|
||||
@@ -71,7 +71,6 @@
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(channeldir)"
|
||||
-py_compile = $(top_srcdir)/py-compile
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
@@ -215,14 +214,7 @@
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(channeldir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(channeldir)" || exit $$?; \
|
||||
- done || exit $$?; \
|
||||
- if test -n "$$dlist"; then \
|
||||
- if test -z "$(DESTDIR)"; then \
|
||||
- PYTHON=$(PYTHON) $(py_compile) --basedir "$(channeldir)" $$dlist; \
|
||||
- else \
|
||||
- PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(channeldir)" $$dlist; \
|
||||
- fi; \
|
||||
- else :; fi
|
||||
+ done || exit $$?;
|
||||
|
||||
uninstall-channelPYTHON:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
diff -Nur telepathy-butterfly-0.5.7.orig/butterfly/Makefile.in telepathy-butterfly-0.5.7/butterfly/Makefile.in
|
||||
--- telepathy-butterfly-0.5.7.orig/butterfly/Makefile.in 2010-03-22 21:27:54.684324014 +0200
|
||||
+++ telepathy-butterfly-0.5.7/butterfly/Makefile.in 2010-03-22 21:28:14.198325231 +0200
|
||||
@@ -78,7 +78,6 @@
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(butterflydir)"
|
||||
-py_compile = $(top_srcdir)/py-compile
|
||||
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
||||
distclean-recursive maintainer-clean-recursive
|
||||
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
||||
@@ -262,14 +261,7 @@
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(butterflydir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(butterflydir)" || exit $$?; \
|
||||
- done || exit $$?; \
|
||||
- if test -n "$$dlist"; then \
|
||||
- if test -z "$(DESTDIR)"; then \
|
||||
- PYTHON=$(PYTHON) $(py_compile) --basedir "$(butterflydir)" $$dlist; \
|
||||
- else \
|
||||
- PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(butterflydir)" $$dlist; \
|
||||
- fi; \
|
||||
- else :; fi
|
||||
+ done || exit $$?;
|
||||
|
||||
uninstall-butterflyPYTHON:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
diff -Nur telepathy-butterfly-0.5.7.orig/butterfly/media/Makefile.in telepathy-butterfly-0.5.7/butterfly/media/Makefile.in
|
||||
--- telepathy-butterfly-0.5.7.orig/butterfly/media/Makefile.in 2010-03-22 21:27:54.684324014 +0200
|
||||
+++ telepathy-butterfly-0.5.7/butterfly/media/Makefile.in 2010-03-22 21:28:26.231584145 +0200
|
||||
@@ -71,7 +71,6 @@
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(mediadir)"
|
||||
-py_compile = $(top_srcdir)/py-compile
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
@@ -211,14 +210,7 @@
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(mediadir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(mediadir)" || exit $$?; \
|
||||
- done || exit $$?; \
|
||||
- if test -n "$$dlist"; then \
|
||||
- if test -z "$(DESTDIR)"; then \
|
||||
- PYTHON=$(PYTHON) $(py_compile) --basedir "$(mediadir)" $$dlist; \
|
||||
- else \
|
||||
- PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(mediadir)" $$dlist; \
|
||||
- fi; \
|
||||
- else :; fi
|
||||
+ done || exit $$?;
|
||||
|
||||
uninstall-mediaPYTHON:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
diff -Nur telepathy-butterfly-0.5.7.orig/butterfly/util/Makefile.in telepathy-butterfly-0.5.7/butterfly/util/Makefile.in
|
||||
--- telepathy-butterfly-0.5.7.orig/butterfly/util/Makefile.in 2010-03-22 21:27:54.692338442 +0200
|
||||
+++ telepathy-butterfly-0.5.7/butterfly/util/Makefile.in 2010-03-22 21:28:39.885323534 +0200
|
||||
@@ -71,7 +71,6 @@
|
||||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||
am__installdirs = "$(DESTDIR)$(utildir)"
|
||||
-py_compile = $(top_srcdir)/py-compile
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = @ACLOCAL@
|
||||
AMTAR = @AMTAR@
|
||||
@@ -209,14 +208,7 @@
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(utildir)'"; \
|
||||
$(INSTALL_DATA) $$files "$(DESTDIR)$(utildir)" || exit $$?; \
|
||||
- done || exit $$?; \
|
||||
- if test -n "$$dlist"; then \
|
||||
- if test -z "$(DESTDIR)"; then \
|
||||
- PYTHON=$(PYTHON) $(py_compile) --basedir "$(utildir)" $$dlist; \
|
||||
- else \
|
||||
- PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(utildir)" $$dlist; \
|
||||
- fi; \
|
||||
- else :; fi
|
||||
+ done || exit $$?;
|
||||
|
||||
uninstall-utilPYTHON:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>telepathy-butterfly</Name>
|
||||
<Homepage>http://telepathy.freedesktop.org/wiki</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2+</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>MSN connection manager for Telepathy</Summary>
|
||||
<Description>telepathy-butterfly is an MSN connection manager that handles presence, personal messages and conversations.</Description>
|
||||
<Archive sha1sum="73c9dba9f97ae5a6d981485e5f51c5930168f8ce" type="targz">http://telepathy.freedesktop.org/releases/telepathy-butterfly/telepathy-butterfly-0.5.15.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">dont-compile-py.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>telepathy-butterfly</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/libexec</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
<Path fileType="data">/usr/share/telepathy</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2015-11-22</Date>
|
||||
<Version>0.5.15</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-03-09</Date>
|
||||
<Version>0.5.15</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Varol Maksutoğlu</Name>
|
||||
<Email>waroi@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-09-01</Date>
|
||||
<Version>0.5.15</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>telepathy-butterfly</Name>
|
||||
<Summary xml:lang="tr">Telepathy için MSN bağlantı yöneticisi</Summary>
|
||||
<Description xml:lang="tr">telepathy-butterfly MSN için durum bilgisi, kişisel iletiler ve sohbeti destekleyen bir Telepathy eklentisidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user