123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?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>
- </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</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="config">/etc/xdg/openbox</Path>
- <Path fileType="config">/etc/xdg/obmenu-generator</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/openbox</Path>
- <Path fileType="data">/usr/share/themes</Path>
- <Path fileType="data">/usr/share/xsessions</Path>
- <Path fileType="data">/usr/share/gnome</Path>
- <Path fileType="data">/usr/share/gnome-session</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</Path>
- <Path fileType="doc">/usr/share/doc</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>
- </AdditionalFiles>
- </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="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>
|