123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>openbox</Name>
- <Homepage>http://openbox.org</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>A standarts compliant, fast, lightweight window manager</Summary>
- <Description>Openbox is a window manager for the X11 windowing system.</Description>
- <Archive sha1sum="0a1b878cc5a64bcf2488dbd19260554a22f4dac2" type="targz">http://openbox.org/dist/openbox/openbox-3.6.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>pango-devel</Dependency>
- <Dependency>libXft-devel</Dependency>
- <Dependency>libICE-devel</Dependency>
- <Dependency>imlib2-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>libSM-devel</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libXrandr-devel</Dependency>
- <Dependency>libXcursor-devel</Dependency>
- <Dependency>libXinerama-devel</Dependency>
- <Dependency>startup-notification-devel</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>librsvg-devel</Dependency>
- <!-- <Dependency>python-pyxdg</Dependency> -->
- </BuildDependencies>
- <Patches>
- <Patch>openbox-3.5.0-which-2.20.patch</Patch>
- <Patch>openbox-3.5.0-title-matching.patch</Patch>
- <Patch>openbox-default-theme.patch</Patch>
- <Patch>openbox-3.5.2-gnome-session.patch</Patch>
- <Patch>openbox-3.6.1-py3-xdg.patch</Patch>
- <Patch>openbox-kde-paths.patch</Patch>
- <Patch>debian-887908.patch</Patch>
- <Patch>9ed6fdd.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>openbox</Name>
- <RuntimeDependencies>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>libSM</Dependency>
- <Dependency>libXft</Dependency>
- <Dependency>libICE</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>imlib2</Dependency>
- <Dependency>libXext</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>librsvg</Dependency>
- <Dependency>libXrandr</Dependency>
- <Dependency>libXcursor</Dependency>
- <Dependency>libXinerama</Dependency>
- <Dependency>startup-notification</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/obmenu-generator</Path>
- <Path fileType="executable">/usr/bin/obxprop</Path>
- <Path fileType="executable">/usr/bin/openbox</Path>
- <Path fileType="executable">/usr/bin/openbox-session</Path>
- <Path fileType="executable">/usr/lib/openbox</Path>
- <Path fileType="config">/etc/xdg/openbox</Path>
- <Path fileType="config">/etc/xdg/obmenu-generator</Path>
- <Path fileType="library">/usr/lib/libobrender*</Path>
- <Path fileType="library">/usr/lib/libobt*</Path>
- <Path fileType="data">/usr/share/openbox</Path>
- <Path fileType="data">/usr/share/themes</Path>
- <Path fileType="data">/usr/share/xsessions/openbox.desktop</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man/man1/obxprop.1</Path>
- <Path fileType="man">/usr/share/man/man1/openbox.1</Path>
- <Path fileType="man">/usr/share/man/man1/openbox-session.1</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/libexec</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0755" target="/usr/bin/obmenu-generator">obmenu-generator</AdditionalFile>
- <AdditionalFile owner="root" permission="0755" target="/etc/xdg/obmenu-generator/schema.pl">schema.pl</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/etc/xdg/openbox/menu.xml">menu.xml</AdditionalFile>
- <!-- <AdditionalFile owner="root" permission="0644" target="/etc/xdg/openbox/autostart">autostart</AdditionalFile> -->
- <AdditionalFile owner="root" permission="0644" target="/usr/share/openbox/kedicik.png">kedicik.png</AdditionalFile>
- <AdditionalFile owner="root" permission="0755" target="/usr/lib/openbox/openbox-xdg-menu">xdg-menu</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/etc/xdg/openbox/terminals.menu">terminals.menu</AdditionalFile>
- <AdditionalFile owner="root" permission="0755" target="/usr/libexec/openbox-xdg-menu">xdg-menu</AdditionalFile>
- </AdditionalFiles>
- </Package>
-
- <Package>
- <Name>openbox-kde</Name>
- <Summary>The openbox-kde package contains the files needed for using openbox inside a
- KDE session.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">openbox</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/openbox-kde-session</Path>
- <Path fileType="data">/usr/share/xsessions/openbox-kde.desktop</Path>
- <Path fileType="man">/usr/share/man/man1/openbox-kde-session.1</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>openbox-gnome</Name>
- <Summary>The openbox-gnome package contains the files needed for using openbox inside a
- Gnome session.</Summary>
- <RuntimeDependencies>
- <Dependency release="current">openbox</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share/gnome/wm-properties</Path>
- </Files>
- </Package>
- <Package>
- <Name>openbox-devel</Name>
- <Summary>Development headers for openbox</Summary>
- <RuntimeDependencies>
- <Dependency release="current">openbox</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>libXft-devel</Dependency>
- <Dependency>imlib2-devel</Dependency>
- <Dependency>librsvg-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2022-11-21</Date>
- <Version>3.6.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2022-04-27</Date>
- <Version>3.6.1</Version>
- <Comment>splited kde/gnome packages and added some patch</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2021-12-13</Date>
- <Version>3.6.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2020-01-25</Date>
- <Version>3.6.1</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-09-16</Date>
- <Version>3.6.1</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2015-07-24</Date>
- <Version>3.6.1</Version>
- <Comment>First release.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|