Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,4 @@ +libX11.so.6 +libXmu.so.6 +libc.so.6 +libglib-2.0.so.0 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,22 @@ +name : wmctrl +version : '1.07' +release : 1 +source : + - http://tripie.sweb.cz/utils/wmctrl/dist/wmctrl-1.07.tar.gz : d78a1efdb62f18674298ad039c5cbdb1edb6e8e149bb3a8e3a01a4750aa3cca9 + - http://archive.debian.org/debian/pool/main/w/wmctrl/wmctrl_1.07-6.diff.gz : c6560ba645652eab0b16d46c9dbd8e5c9881c1f9d3ac6fa3da2ee3c865b5e6a0 +homepage : http://tripie.sweb.cz/utils/wmctrl/ +license : GPL-2.0-or-later +component : system.utils +summary : wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager +description: | + The tool provides command line access to almost all the features defined in the EWMH specification. It can be used, for example, to get information about the window manager, to get a detailed list of desktops and managed windows, to switch and resize desktops, to make windows full-screen, always-above or sticky, and to activate, close, move, resize, maximize and minimize them. +builddeps : + - pkgconfig(xmu) +setup : | + gunzip -k $sources/wmctrl_1.07-6.diff.gz + %patch -p1 < $sources/wmctrl_1.07-6.diff + %configure +build : | + %make +install : | + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + wmctrl + http://tripie.sweb.cz/utils/wmctrl/ + + Algent Albrahimi + algent@protonmail.com + + GPL-2.0-or-later + system.utils + wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager + The tool provides command line access to almost all the features defined in the EWMH specification. It can be used, for example, to get information about the window manager, to get a detailed list of desktops and managed windows, to switch and resize desktops, to make windows full-screen, always-above or sticky, and to activate, close, move, resize, maximize and minimize them. + + https://getsol.us/sources/README.Solus + + + wmctrl + wmctrl is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager + The tool provides command line access to almost all the features defined in the EWMH specification. It can be used, for example, to get information about the window manager, to get a detailed list of desktops and managed windows, to switch and resize desktops, to make windows full-screen, always-above or sticky, and to activate, close, move, resize, maximize and minimize them. + + system.utils + + /usr/bin/wmctrl + /usr/share/man/man1/wmctrl.1 + + + + + 2020-02-25 + 1.07 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file