forked from pool/python-xpybutil
* Fixed bug affecting windows with opacity==0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xpybutil?expand=0&rev=5
18 lines
645 B
Diff
18 lines
645 B
Diff
diff -urEbw xpybutil-0.0.6/setup.py xpybutil-0.0.6.new/setup.py
|
|
--- xpybutil-0.0.6/setup.py 2019-07-22 03:04:18.000000000 +0200
|
|
+++ xpybutil-0.0.6.new/setup.py 2019-07-22 09:09:41.692554432 +0200
|
|
@@ -11,7 +11,6 @@
|
|
print('See: http://cgit.freedesktop.org/xcb/xpyb/')
|
|
print('More options: xpyb-ng:', 'https://github.com/dequis/xpyb-ng',
|
|
'and xcffib:', 'https://github.com/tych0/xcffib')
|
|
- sys.exit(1)
|
|
|
|
setup(
|
|
name="xpybutil",
|
|
@@ -24,5 +23,4 @@
|
|
url="http://github.com/BurntSushi/xpybutil",
|
|
platforms='POSIX',
|
|
packages=['xpybutil'],
|
|
- data_files=[('share/doc/xpybutil', ['README.md', 'COPYING'])]
|
|
)
|