├── .gitignore
├── components.xml
├── desktop
├── component.xml
├── font
│ ├── component.xml
│ ├── fontconfig
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── 0001-fix-test-with-freetype2-2.7.1.patch
│ │ │ ├── add_hinting_and_antialiasing_to_proper_fonts.patch
│ │ │ ├── anymetrics_urw.patch
│ │ │ ├── deprecated-user-conf.patch
│ │ │ ├── fontconfig-2.8.0-sleep-less.patch
│ │ │ ├── prefer_dejavu.patch
│ │ │ └── use_legacy_lcdfilter_on_small_monospace.patch
│ │ ├── pspec.xml
│ │ ├── scom
│ │ │ ├── package.py
│ │ │ └── pakhandler.py
│ │ └── translations.xml
│ ├── freetype
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ └── harfbuzz
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
├── misc
│ ├── at-spi2-atk
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── at-spi2-core
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── component.xml
│ ├── desktop-file-utils
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ ├── scom
│ │ │ └── pakhandler.py
│ │ └── translations.xml
│ ├── startup-notification
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ └── xdg-user-dirs
│ │ ├── actions.py
│ │ ├── files
│ │ ├── defaults.patch
│ │ ├── xdg-user-dirs-0.15-libiconv.patch
│ │ └── xdg-user-dirs.sh
│ │ ├── pspec.xml
│ │ └── translations.xml
└── toolkit
│ ├── component.xml
│ └── gtk
│ ├── atk
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
│ ├── atkmm
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
│ ├── cairo
│ ├── actions.py
│ ├── files
│ │ ├── 0001-xlib-Don-t-crash-when-swapping-a-0-sized-glyph.patch
│ │ ├── 0002-xcb-Don-t-crash-when-swapping-a-0-sized-glyph.patch
│ │ ├── cairo-1.10.0-buggy_gradients.patch
│ │ ├── git_fixes.diff
│ │ └── no-private-symbol-export.patch
│ ├── pspec.xml
│ └── translations.xml
│ ├── cairomm
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
│ ├── component.xml
│ ├── gdk-pixbuf
│ ├── actions.py
│ ├── files
│ ├── pspec.xml
│ ├── scom
│ │ ├── pakhandler-32.py
│ │ └── pakhandler.py
│ └── translations.xml
│ ├── glibmm
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
│ ├── gtk-doc
│ ├── actions.py
│ ├── files
│ ├── pspec.xml
│ └── translations.xml
│ ├── gtk2
│ ├── actions.py
│ ├── files
│ │ ├── default-fallback-icon-theme.patch
│ │ ├── gtk+-2.20.1-libpng-fix.patch
│ │ ├── gtk-lib64.patch
│ │ ├── gtkrc
│ │ ├── make-symlinks-for-old-icon-names.diff
│ │ ├── new-gir.patch
│ │ ├── remove-spurious-xid-warnings.patch
│ │ └── xid-collision-debug.patch
│ ├── pspec.xml
│ ├── scom
│ │ └── pakhandler.py
│ └── translations.xml
│ ├── gtk3
│ ├── actions.py
│ ├── files
│ │ ├── 071_fix-installation-of-HTML-images.patch
│ │ ├── 073_treeview_almost_fixed.patch
│ │ └── settings.ini
│ ├── pspec.xml
│ ├── scom
│ │ └── pakhandler.py
│ └── translations.xml
│ ├── libglade
│ ├── actions.py
│ ├── files
│ │ ├── Makefile.in.am-2.4.2-xmlcatalog.patch
│ │ ├── libglade-2.0.1-nowarning.patch
│ │ └── libglade-2.6.3-fix_tests-page_size.patch
│ ├── pspec.xml
│ ├── scom
│ │ └── package.py
│ └── translations.xml
│ ├── libwnck2
│ ├── actions.py
│ ├── files
│ │ └── libwnck-2.18.0-above.patch
│ ├── pspec.xml
│ └── translations.xml
│ └── pango
│ ├── actions.py
│ ├── files
│ ├── CVE-2011-0020.patch
│ ├── CVE-2011-0064.patch
│ └── pango-1.32.1-lib64.patch
│ ├── pspec.xml
│ ├── scom
│ └── package.py
│ └── translations.xml
├── distribution.xml
├── groups.xml
├── hardware
├── component.xml
└── printer
│ ├── component.xml
│ └── libpaper
│ ├── actions.py
│ ├── files
│ ├── libpaper-1.1.23-debianbug475683.patch
│ ├── libpaper-useglibcfallback.patch
│ └── papersize
│ ├── pspec.xml
│ └── translations.xml
├── inary-index.xml
├── inary-index.xml.sha1sum
├── inary-index.xml.xz
├── inary-index.xml.xz.sha1sum
├── multimedia
├── component.xml
├── graphics
│ ├── component.xml
│ ├── giflib
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── constant.patch
│ │ │ ├── gif2rle.patch
│ │ │ └── giflib-4.1.6-giffix-null-Extension-fix.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── imlib2
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── imlib2-1.4.5-no-my-libs.patch
│ │ │ └── imlib2-giflib5.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── jasper
│ │ ├── actions.py
│ │ ├── files
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── jbigkit
│ │ ├── actions.py
│ │ ├── files
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── lcms2
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── libjpeg-turbo
│ │ ├── actions.py
│ │ ├── files
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── libmng
│ │ ├── actions.py
│ │ ├── files
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── tiff
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── tiff-3.9.1-CVE-2011-0191.diff
│ │ │ ├── tiff-3.9.1-no_contrib.diff
│ │ │ └── tiff-3.9.2-libjpeg7+.diff
│ │ ├── pspec.xml
│ │ └── translations.xml
│ └── webp
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
├── misc
│ ├── DirectFB
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── 1.7.6-cle266.patch
│ │ │ ├── 1.7.6-idivine.patch
│ │ │ ├── cflags.patch
│ │ │ ├── headers.patch
│ │ │ ├── no_direct_ld.patch
│ │ │ ├── pkgconfig.patch
│ │ │ └── tslib.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── component.xml
│ └── libid3tag
│ │ ├── actions.py
│ │ ├── files
│ │ ├── id3tag.pc
│ │ ├── libid3tag-0.15.1b-64bit-long.patch
│ │ ├── libid3tag-0.15.1b-a_capella.patch
│ │ ├── libid3tag-0.15.1b-compat.patch
│ │ ├── libid3tag-0.15.1b-file-write.patch
│ │ ├── libid3tag-0.15.1b-fix_overflow.patch
│ │ ├── libid3tag-0.15.1b-gperf.patch
│ │ ├── libid3tag-0.15.1b-tag.patch
│ │ ├── libid3tag-0.15.1b-unknown-encoding.patch
│ │ └── libid3tag-0.15.1b-utf16.patchlibid3tag-0.15.1b-utf16.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
└── sound
│ ├── component.xml
│ ├── libmad
│ ├── actions.py
│ ├── files
│ │ ├── amd64-64bit.diff
│ │ ├── libmad-0.15.1b-cflags-O2.patch
│ │ ├── libmad-0.15.1b-cflags.patch
│ │ └── mad.pc
│ ├── pspec.xml
│ └── translations.xml
│ ├── libogg
│ ├── actions.py
│ ├── files
│ ├── pspec.xml
│ └── translations.xml
│ └── libvorbis
│ ├── actions.py
│ ├── files
│ ├── pspec.xml
│ └── translations.xml
├── office
├── component.xml
├── docbook
│ ├── component.xml
│ └── itstool
│ │ ├── actions.py
│ │ └── pspec.xml
└── misc
│ ├── component.xml
│ ├── doxygen
│ ├── actions.py
│ ├── files
│ │ ├── doxygen-1.5.8-config.patch
│ │ ├── doxygen-1.7.5-timestamp.patch
│ │ ├── doxywizard.desktop
│ │ └── doxywizard.png
│ ├── pspec.xml
│ └── translations.xml
│ ├── graphite2
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
│ └── iso-codes
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── programming
├── build
│ ├── component.xml
│ ├── glib2
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── glib2.csh
│ │ │ └── glib2.sh
│ │ ├── pspec.xml
│ │ ├── scom
│ │ │ ├── pakhandler.py
│ │ │ └── pakhandler32.py
│ │ └── translations.xml
│ ├── gobject-introspection
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── llvm
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── 51-llvm.conf
│ │ │ ├── llvm-Config-config.h
│ │ │ └── llvm-Config-llvm-config.h
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── polkit
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── 10-desktop-policy.pkla
│ │ │ ├── 70-desktop-policy.conf
│ │ │ ├── man
│ │ │ │ ├── pkaction.1
│ │ │ │ ├── pkcheck.1
│ │ │ │ ├── pkexec.1
│ │ │ │ ├── pklocalauthority.8
│ │ │ │ ├── polkit.8
│ │ │ │ └── polkitd.8
│ │ │ └── use-system-locale-in-gobject-api.diff
│ │ ├── pspec.xml
│ │ └── translations.xml
│ └── spidermonkey
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
├── component.xml
├── debug
│ ├── component.xml
│ └── gdb
│ │ ├── actions.py
│ │ ├── files
│ │ ├── pspec.xml
│ │ └── translations.xml
├── language
│ ├── component.xml
│ ├── ocaml
│ │ ├── component.xml
│ │ └── ocaml
│ │ │ ├── actions.py
│ │ │ ├── pspec.xml
│ │ │ └── translations.xml
│ ├── ruby
│ │ ├── component.xml
│ │ └── ruby
│ │ │ ├── actions.py
│ │ │ ├── pspec.xml
│ │ │ └── translations.xml
│ ├── tcl
│ │ ├── component.xml
│ │ └── tcl
│ │ │ ├── actions.py
│ │ │ ├── files
│ │ │ ├── tcl-8.6.1-conf.patch
│ │ │ └── tcl-8.6.1-hidden.patch
│ │ │ ├── pspec.xml
│ │ │ └── translations.xml
│ └── vala
│ │ ├── actions.py
│ │ ├── files
│ │ └── vim
│ │ │ ├── vala.ftdetect
│ │ │ └── vala.syntax
│ │ ├── pspec.xml
│ │ └── translations.xml
├── library
│ ├── component.xml
│ ├── libbsd
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ └── swig
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
├── misc
│ ├── boost
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── 0001-Add-missing-include-to-signals2-trackable.hpp.patch
│ │ │ ├── boost-1.58.0-Fix-for-bind-void-mf-ambiguous-resolution-error.patch
│ │ │ ├── boost-serialization-1.64.0-fixes.patch
│ │ │ └── cuda_float128.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── component.xml
│ ├── icu4c
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── icu-pcfile.patch
│ │ │ ├── icu.8198.revert.icu5431.patch
│ │ │ ├── icu.XXXX.buildfix.patch
│ │ │ ├── icu.icu6213.worstcase.patch
│ │ │ ├── icu.icu6284.strictalias.patch
│ │ │ ├── icu4c-58.2-fix_enumeration-1-1.patch
│ │ │ ├── icu_xlocale.patch
│ │ │ └── rbbi.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── json-glib
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── libedit
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── libedit-3.0-sigwinch.patch
│ │ │ └── workaround-for-unicode-problem.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── libnotify
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── libsigc++
│ │ ├── actions.py
│ │ ├── files
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── libtalloc
│ │ ├── actions.py
│ │ ├── pspec.xml
│ │ └── translations.xml
│ └── libxklavier
│ │ ├── actions.py
│ │ ├── files
│ │ └── sun.xml
│ │ ├── pspec.xml
│ │ └── translations.xml
└── profiler
│ ├── component.xml
│ └── valgrind
│ ├── actions.py
│ ├── files
│ ├── pspec.xml
│ └── translations.xml
├── system
├── boot
│ ├── component.xml
│ ├── efibootmgr
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── efibootmgr-fix-efivar-0.24.patch
│ │ │ └── efibootmgr-fix-usage-of-efi_loadopt_path-again.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
│ ├── efivar
│ │ ├── actions.py
│ │ ├── files
│ │ │ ├── 0001-Workaround-rename-of-linux-nvme.h.patch
│ │ │ ├── deprecated-readdir_r.patch
│ │ │ └── efivar-no-static.patch
│ │ ├── pspec.xml
│ │ └── translations.xml
│ └── grub2
│ │ ├── actions.py
│ │ ├── files
│ │ ├── 30_uefi-firmware
│ │ ├── 42_custom
│ │ ├── grub-defaults
│ │ ├── grub-defaults.orig
│ │ ├── mkconfig-fix.patch
│ │ ├── sulin_name_and_initramfs.patch
│ │ └── update-grub
│ │ ├── pspec.xml
│ │ └── translations.xml
└── component.xml
└── x11
├── component.xml
├── library
├── Xaw3d
│ ├── actions.py
│ ├── files
│ │ ├── Xaw3d-1.5-box.c.patch
│ │ ├── Xaw3d-1.5-debian-fixes.patch
│ │ ├── Xaw3d-1.5-i18n.patch
│ │ ├── Xaw3d-1.5E-warnings.patch
│ │ ├── Xaw3d-1.5E-xorg-imake.patch
│ │ ├── Xaw3d-1.6.1-3Dlabel.patch
│ │ ├── Xaw3d-1.6.1-fontset.patch
│ │ ├── Xaw3d-1.6.1-hsbar.patch
│ │ ├── Xaw3d-out-of-tree.diff
│ │ ├── Xaw3d-xfree86.diff
│ │ └── xaw3d.patch
│ ├── pspec.xml
│ └── translations.xml
├── component.xml
├── freeglut
│ ├── actions.py
│ ├── files
│ │ ├── 2.6.0-GFX_radeon.patch
│ │ ├── freeglut-2.6.0-fixld.patch
│ │ └── freeglut-2.6.0-noxwarn.patch
│ ├── pspec.xml
│ └── translations.xml
├── ftgl
│ ├── actions.py
│ ├── files
│ │ ├── ftgl-2.1.3-rc5-ldflags.patch
│ │ ├── ftgl-2.1.3-rc5-ttf_font.patch
│ │ └── gentoo_build.patch
│ ├── pspec.xml
│ └── translations.xml
├── libFS
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libICE
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libSM
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libX11
│ ├── actions.py
│ ├── files
│ │ ├── fix-null-pointer.patch
│ │ ├── fix-segfault.diff
│ │ └── fix_typo.diff
│ ├── pspec.xml
│ └── translations.xml
├── libXScrnSaver
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXau
│ ├── actions.py
│ ├── files
│ ├── pspec.xml
│ └── translations.xml
├── libXaw
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXcomposite
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXcursor
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXdamage
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXdmcp
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXext
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXfixes
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXfont
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXfont2
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXft
│ ├── actions.py
│ ├── files
│ │ └── freetype_header.patch
│ ├── pspec.xml
│ └── translations.xml
├── libXi
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXinerama
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXmu
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXpm
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXrandr
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXrender
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXres
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXt
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXtst
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXv
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXvMC
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXxf86dga
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXxf86misc
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXxf86miscproto
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libXxf86vm
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libdmx
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libdrm
│ ├── actions.py
│ ├── files
│ │ ├── 91-drm-modeset.rules
│ │ ├── disable-cairo.patch
│ │ ├── fix-underlinking.patch
│ │ ├── libdrm-2.4.0-no-bc.patch
│ │ └── libdrm-make-dri-perms-okay.patch
│ ├── pspec.xml
│ └── translations.xml
├── libepoxy
│ ├── actions.py
│ └── pspec.xml
├── libevdev
│ ├── actions.py
│ ├── files
│ │ ├── 0001-Revert-Drop-deprecated-functions.patch
│ │ └── 0001-Revert-Drop-some-leftover-deprecated-constants.patch
│ ├── pspec.xml
│ └── translations.xml
├── libfakekey
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libfontenc
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libglvnd
│ ├── actions.py
│ └── pspec.xml
├── liboldX
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libomxil-bellagio
│ ├── actions.py
│ ├── files
│ ├── pspec.xml
│ └── translations.xml
├── libpciaccess
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libvdpau
│ ├── actions.py
│ ├── files
│ ├── pspec.xml
│ └── translations.xml
├── libxcb
│ ├── actions.py
│ ├── files
│ │ ├── libxcb-1.1-no-pthread-stubs.patch
│ │ └── pthread-stubs.pc
│ ├── pspec.xml
│ └── translations.xml
├── libxkbcommon
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libxkbfile
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── libxshmfence
│ ├── actions.py
│ └── pspec.xml
├── mesa-glu
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── mesa
│ ├── actions.py
│ ├── files
│ │ ├── 0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
│ │ ├── 0001-Fix-linkage-against-shared-glapi.patch
│ │ ├── 0001-glapi-Link-with-glapi-when-built-shared.patch
│ │ ├── 0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
│ │ ├── LICENSE
│ │ ├── N_01-WIP-nouveau-add-locking.patch
│ │ ├── N_02-nouveau-more-locking-make-sure-that-fence-work-is-always-done-with-the-push-mutex-acquired.patch
│ │ ├── N_03-nv30-locking-fixes.patch
│ │ ├── N_04-nv50-Fix-double-lock-in-nv50_hw_sm_get_query_result.patch
│ │ ├── N_05-Use-nv50_render_condition-in-nv50_blitctx_post_blit.patch
│ │ ├── drirc
│ │ ├── mesa-7.10.2-i915-no-gen3-arbfs.patch
│ │ ├── n_Define-GLAPIVAR-separate-from-GLAPI.patch
│ │ ├── n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
│ │ ├── nouveau-fix-header.patch
│ │ └── revert-dfae3ffa0f.patch
│ ├── pspec.xml
│ ├── scom
│ │ ├── package-emul32.py
│ │ └── package.py
│ └── translations.xml
├── pixman
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── wayland-protocols
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── wayland
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── xcb-util-cursor
│ ├── actions.py
│ └── pspec.xml
├── xcb-util-image
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── xcb-util-keysyms
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── xcb-util-renderutil
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── xcb-util-wm
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
└── xcb-util
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── misc
├── component.xml
├── xbitmaps
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
├── xinit
│ ├── actions.py
│ ├── files
│ │ ├── 06_move_serverauthfile_into_tmp.diff
│ │ ├── Xdefaults
│ │ ├── Xresources
│ │ ├── Xsession
│ │ ├── fs25361.patch
│ │ ├── unset-session-cookie.patch
│ │ ├── xinit-1.0.2-client-session.patch
│ │ ├── xinitrc
│ │ ├── xinitrc.d
│ │ │ ├── Xdefaults.sh
│ │ │ ├── Xresources.sh
│ │ │ ├── consolekit.sh
│ │ │ ├── dbus.sh
│ │ │ ├── environment.sh
│ │ │ ├── localuser.sh
│ │ │ ├── ssh-agent.sh
│ │ │ ├── startup.sh
│ │ │ ├── xdg-runtime-dir.sh
│ │ │ └── xkb.sh
│ │ └── xserverrc
│ ├── pspec.xml
│ └── translations.xml
├── xkeyboard-config
│ ├── actions.py
│ ├── files
│ │ ├── 0001-Use-XSL-to-generate-man-page-from-the-rules-XML.patch
│ │ ├── 10-keyboard.conf
│ │ ├── 95-xkb.rules
│ │ └── xkeyboard-config-1.4-jp-tilde.patch
│ ├── pspec.xml
│ └── translations.xml
└── xorg-app
│ ├── actions.py
│ ├── files
│ ├── 0001-Makefile.am-Error-Fix.patch
│ └── xedit-locale.patch
│ ├── pspec.xml
│ ├── scom
│ └── pakhandler.py
│ └── translations.xml
├── server
├── component.xml
└── xorg-server
│ ├── actions.py
│ ├── files
│ ├── 0001-configure.ac-error-while-checking-for-XDMXCONFIG_DE.patch
│ ├── 0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
│ ├── 0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
│ ├── 10-quirks.conf
│ ├── DriversDB
│ ├── autoconfig-sis.patch
│ ├── autoconfigure.patch
│ ├── bug99358.patch
│ ├── default-module-path.patch
│ ├── edid-quirk-for-apple-lcd.patch
│ ├── fix-cve-2011-4028-file-disclosure-vulnerability.patch
│ ├── fix-cve-2011-4029-file-permission-change-vulnerability.patch
│ ├── nvidia-add-modulepath-support.patch
│ ├── xf4vnc-xserver19-abi.patch
│ ├── xorg-save-xkb-config.sh
│ ├── xorg-server-1.16.0-add_prime_support-1.patch
│ ├── xorg-server-1.16.0-upstream_glamor_fix-1.patch
│ ├── xorg-server-1.16.3-add_prime_support-1.patch
│ ├── xorg-server-1.17.1-add_prime_support-1.patch
│ ├── xserver-autobind-hotplug.patch
│ └── xvfb-run.sh
│ ├── pspec.xml
│ └── translations.xml
├── util
├── component.xml
└── font-util
│ ├── actions.py
│ ├── pspec.xml
│ └── translations.xml
└── wm
├── component.xml
├── obconf
├── actions.py
├── files
├── pspec.xml
└── translations.xml
└── openbox
├── actions.py
├── files
├── 02_fix_freedesktop_compliance.patch
├── 03_place_windows_in_quadrants.patch
├── autostart
├── menu.old.xml
├── menu.xml
├── obmenu-generator
├── openbox-3.5.0-return.diff
├── openbox-3.5.0-title-matching.patch
├── openbox-3.5.0-which-2.20.patch
├── openbox-default-theme.patch
├── openbox-gnome-session-3.4.9.patch
└── schema.pl
├── pspec.xml
└── translations.xml
/.gitignore:
--------------------------------------------------------------------------------
1 | *.inary
2 |
--------------------------------------------------------------------------------
/desktop/component.xml:
--------------------------------------------------------------------------------
1 |
2 | desktop
3 |
4 |
--------------------------------------------------------------------------------
/desktop/font/component.xml:
--------------------------------------------------------------------------------
1 |
2 | desktop.font
3 |
4 |
--------------------------------------------------------------------------------
/desktop/font/fontconfig/files/deprecated-user-conf.patch:
--------------------------------------------------------------------------------
1 | --- conf.d/50-user.conf.orig 2013-04-09 15:15:06.170861118 +0300
2 | +++ conf.d/50-user.conf 2013-04-09 15:15:37.679861962 +0300
3 | @@ -9,7 +9,4 @@
4 | -->
5 | fontconfig/conf.d
6 | fontconfig/fonts.conf
7 | -
8 | - ~/.fonts.conf.d
9 | - ~/.fonts.conf
10 |
11 |
--------------------------------------------------------------------------------
/desktop/font/fontconfig/files/fontconfig-2.8.0-sleep-less.patch:
--------------------------------------------------------------------------------
1 | diff -pruN fontconfig-2.8.90.orig/fc-cache/fc-cache.c fontconfig-2.8.90/fc-cache/fc-cache.c
2 | --- fontconfig-2.8.90.orig/fc-cache/fc-cache.c 2012-02-20 12:49:18.000000000 +0900
3 | +++ fontconfig-2.8.90/fc-cache/fc-cache.c 2012-03-06 12:28:26.000000000 +0900
4 | @@ -465,7 +465,7 @@ main (int argc, char **argv)
5 | FcConfigDestroy (config);
6 | FcFini ();
7 | if (changed)
8 | - sleep (2);
9 | + sleep (1);
10 | if (verbose)
11 | printf ("%s: %s\n", argv[0], ret ? "failed" : "succeeded");
12 | return ret;
13 |
--------------------------------------------------------------------------------
/desktop/font/fontconfig/scom/package.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 |
3 | import os
4 |
5 | def postInstall(fromVersion, fromRelease, toVersion, toRelease):
6 | os.spawnle(os.P_WAIT, "/usr/bin/fc-cache", "/usr/bin/fc-cache", "-r", { "HOME": "/root/" })
7 |
--------------------------------------------------------------------------------
/desktop/font/fontconfig/scom/pakhandler.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 |
3 | import piksemel
4 | import subprocess
5 |
6 | def updateCache(filepath):
7 | doc = piksemel.parse(filepath)
8 | for item in doc.tags("File"):
9 | path = item.getTagData("Path")
10 | if path.startswith("usr/share/fonts"):
11 | subprocess.call(["/usr/bin/fc-cache"])
12 | return
13 |
14 | def setupPackage(metapath, filepath):
15 | updateCache(filepath)
16 |
17 | def cleanupPackage(metapath, filepath):
18 | pass
19 |
20 | def postCleanupPackage(metapath, filepath):
21 | updateCache(filepath)
22 |
--------------------------------------------------------------------------------
/desktop/font/freetype/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 | from inary.actionsapi import get
11 |
12 | def setup():
13 | autotools.configure("--disable-static \
14 | --enable-biarch-config \
15 | --with-harfbuzz=no")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("ChangeLog", "README")
24 |
--------------------------------------------------------------------------------
/desktop/font/harfbuzz/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | harfbuzz
5 | OpenType text shaping engine
6 | The Harfbuzz package contains an OpenType text shaping engine.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/desktop/misc/at-spi2-atk/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import mesontools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | mesontools.meson_configure()
13 |
14 | def build():
15 | mesontools.ninja_build()
16 |
17 | def install():
18 | mesontools.ninja_install()
19 |
20 | inarytools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
21 |
--------------------------------------------------------------------------------
/desktop/misc/at-spi2-atk/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | at-spi2-core
5 | D-Bus at-spi için protokol tanımları ve hizmetleri
6 | at-spi2-atk, erişilebilirlik teknolojilerinin uygulamalara D-Bus üzerinden erişerek onları otomatik olarak denetlemesini sağlar.
7 |
8 |
9 |
10 | at-spi2-atk-32bit
11 | 32-bit shared libraries for at-spi2-atk
12 |
13 |
14 |
15 | at-spi2-atk-devel
16 | at-spi2-atk için geliştirme dosyaları
17 |
18 |
19 |
--------------------------------------------------------------------------------
/desktop/misc/at-spi2-core/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import mesontools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | mesontools.meson_configure()
13 |
14 | def build():
15 | mesontools.ninja_build()
16 |
17 | def install():
18 | mesontools.ninja_install()
19 |
20 | inarytools.dodoc("AUTHORS", "COPYING", "README", "NEWS")
21 |
--------------------------------------------------------------------------------
/desktop/misc/at-spi2-core/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | at-spi2-core
5 | D-Bus at-spi için protokol tanımları ve hizmetleri
6 | at-spi2-core, erişilebilirlik teknolojilerinin uygulamalara D-Bus üzerinden erişerek onları otomatik olarak denetlemesini sağlar.
7 |
8 |
9 |
10 | at-spi2-core-32bit
11 | 32-bit shared libraries for at-spi2-core
12 |
13 |
14 |
15 | at-spi2-core-devel
16 | at-spi2-core için geliştirme dosyaları
17 |
18 |
19 |
--------------------------------------------------------------------------------
/desktop/misc/component.xml:
--------------------------------------------------------------------------------
1 |
2 | desktop.misc
3 |
4 |
--------------------------------------------------------------------------------
/desktop/misc/desktop-file-utils/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import shelltools
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 | from inary.actionsapi import get
11 |
12 | def setup():
13 | shelltools.export("EMACS", "no")
14 | autotools.configure("--disable-static")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
21 |
22 | inarytools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
23 |
--------------------------------------------------------------------------------
/desktop/misc/desktop-file-utils/scom/pakhandler.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 |
4 | import piksemel
5 | import os
6 |
7 | def updateData(filepath):
8 | parse = piksemel.parse(filepath)
9 |
10 | for icon in parse.tags("File"):
11 | path = icon.getTagData("Path")
12 | if path.startswith("usr/share/applications"):
13 | os.system("/usr/bin/update-desktop-database -q")
14 | return
15 |
16 | def setupPackage(metapath, filepath):
17 | updateData(filepath)
18 |
19 | def cleanupPackage(metapath, filepath):
20 | pass
21 |
22 | def postCleanupPackage(metapath, filepath):
23 | updateData(filepath)
24 |
--------------------------------------------------------------------------------
/desktop/misc/desktop-file-utils/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | desktop-file-utils
5 | Masaüstü menü girdilerini yönetmek için komut satırı araçları
6 |
7 |
8 |
--------------------------------------------------------------------------------
/desktop/misc/startup-notification/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 |
11 | def setup():
12 | shelltools.system('sed -i -e "/AC_PATH_XTRA/d" configure.in')
13 | autotools.autoreconf("-fi")
14 | autotools.configure("--disable-static")
15 |
16 | # Put flags in front of the libs. Needed for --as-needed.
17 | replace = (r"(\\\$deplibs) (\\\$compiler_flags)", r"\2 \1")
18 | inarytools.dosed("libtool", *replace)
19 |
20 | def build():
21 | autotools.make()
22 |
23 | def install():
24 | autotools.install()
25 |
26 | inarytools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "doc/startup-notification.txt")
--------------------------------------------------------------------------------
/desktop/misc/startup-notification/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | startup-notification
5 | Uygulama başlangıç duyurusu ve geribildirim sistemi
6 | startup-notification, bir program başlatıldığında bunu masaüstü ortamına bildirir.
7 | startup-notification est un exemple d'implémentation de notification de démarrage (indiquant à l'environnement bureautique qu'une application a fini de démarrer).
8 |
9 |
10 |
11 | startup-notification-devel
12 | startup-notification için geliştirme dosyaları
13 |
14 |
--------------------------------------------------------------------------------
/desktop/misc/xdg-user-dirs/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.configure("--prefix=/usr --sysconfdir=/etc")
12 |
13 | def build():
14 | autotools.make("-C po update-gmo")
15 | autotools.make()
16 |
17 | def install():
18 | autotools.install()
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS")
--------------------------------------------------------------------------------
/desktop/misc/xdg-user-dirs/files/defaults.patch:
--------------------------------------------------------------------------------
1 | Index: xdg-user-dirs-0.12/user-dirs.defaults
2 | ===================================================================
3 | --- xdg-user-dirs-0.12.orig/user-dirs.defaults
4 | +++ xdg-user-dirs-0.12/user-dirs.defaults
5 | @@ -4,8 +4,8 @@
6 | # will be translated on a per-path-element basis into the users locale
7 | DESKTOP=Desktop
8 | DOWNLOAD=Downloads
9 | -TEMPLATES=Templates
10 | -PUBLICSHARE=Public
11 | +#TEMPLATES=Templates
12 | +#PUBLICSHARE=Public
13 | DOCUMENTS=Documents
14 | MUSIC=Music
15 | PICTURES=Pictures
16 |
--------------------------------------------------------------------------------
/desktop/misc/xdg-user-dirs/files/xdg-user-dirs-0.15-libiconv.patch:
--------------------------------------------------------------------------------
1 | http://bugs.gentoo.org/366885
2 | http://bugs.gentoo.org/499940
3 |
4 | --- Makefile.am
5 | +++ Makefile.am
6 | @@ -16,7 +16,7 @@
7 | xdgdir=$(sysconfdir)/xdg
8 | xdg_DATA=user-dirs.conf user-dirs.defaults
9 |
10 | -libraries = $(LIBINTL)
11 | +libraries = $(LIBINTL) $(LIBICONV)
12 |
13 | bin_PROGRAMS = \
14 | xdg-user-dirs-update \
15 |
--------------------------------------------------------------------------------
/desktop/misc/xdg-user-dirs/files/xdg-user-dirs.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | # Set up user directories like ~/Desktop and ~/Music
3 | if [ -x /usr/bin/xdg-user-dirs-update ]; then
4 | /usr/bin/xdg-user-dirs-update
5 | fi
6 |
--------------------------------------------------------------------------------
/desktop/misc/xdg-user-dirs/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xdg-user-dirs
5 | Kullanıcı veri dizinlerini idare etmek için yardımcı uygulamalar
6 | xdg-user-dirs, masaüstü ve müzik klasörleri gibi belli başlı kullanıcı dizinlerini yönetmek için bir araçtır. Ayrıca dosya adlarının yerelleştirilmesini de (ör. metin çevirileri) idare eder.
7 |
8 |
--------------------------------------------------------------------------------
/desktop/toolkit/component.xml:
--------------------------------------------------------------------------------
1 |
2 | desktop.toolkit
3 |
4 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/atk/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import mesontools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | mesontools.meson_configure()
13 |
14 | def build():
15 | mesontools.ninja_build()
16 |
17 | def install():
18 | mesontools.ninja_install()
19 | inarytools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
20 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/atk/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | atk
5 | GTK+ ve GNOME erişilebilirlik kitaplığı
6 | Bu kitaplıklar engelli insanlar için yapılan programlarda kullanılabilecek araçları içerir.
7 | Ces librairies fournissent des outils pour faire des logiciels pour personnes handicapées.
8 |
9 |
10 |
11 | atk-devel
12 | atk için geliştirme dosyaları
13 |
14 |
15 |
16 | atk-32bit
17 | atk için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/atkmm/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.configure("--disable-static")
13 | inarytools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.install()
20 |
21 | inarytools.domove("/usr/share/doc/%s-1.6/*" % get.srcNAME(), "/usr/share/gtk-doc/html/atkmm")
22 | inarytools.removeDir("/usr/share/doc/%s-1.6" % get.srcNAME())
23 | inarytools.removeDir("/usr/share/devhelp")
24 |
25 | inarytools.dodoc("ChangeLog", "COPYING", "NEWS", "README")
26 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/atkmm/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | atkmm
5 | ATK kitaplığı için C++ arayüzü
6 | atkmm, ATK kitaplığı için bir C++ arayüzü sunar.
7 |
8 |
9 |
10 | atkmm-devel
11 | atkmm için geliştirme dosyaları
12 |
13 |
14 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/cairo/files/cairo-1.10.0-buggy_gradients.patch:
--------------------------------------------------------------------------------
1 | http://repos.archlinux.org/wsvn/packages/cairo/trunk/cairo-1.10.0-buggy_gradients.patch
2 | http://bugs.gentoo.org/336696
3 |
4 | --- src/cairo-xlib-display.c
5 | +++ src/cairo-xlib-display.c
6 | @@ -353,11 +353,7 @@
7 | /* Prior to Render 0.10, there is no protocol support for gradients and
8 | * we call function stubs instead, which would silently consume the drawing.
9 | */
10 | -#if RENDER_MAJOR == 0 && RENDER_MINOR < 10
11 | display->buggy_gradients = TRUE;
12 | -#else
13 | - display->buggy_gradients = FALSE;
14 | -#endif
15 | display->buggy_pad_reflect = FALSE;
16 | display->buggy_repeat = FALSE;
17 |
18 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/cairo/files/no-private-symbol-export.patch:
--------------------------------------------------------------------------------
1 | #! /bin/sh /usr/share/dpatch/dpatch-run
2 |
3 | @DPATCH@
4 | diff -urNad cairo-1.8.0~/src/cairo-mutex.c cairo-1.8.0/src/cairo-mutex.c
5 | --- cairo-1.8.0~/src/cairo-mutex.c 2008-09-25 13:36:35.000000000 +0200
6 | +++ cairo-1.8.0/src/cairo-mutex.c 2008-10-14 14:22:45.000000000 +0200
7 | @@ -35,7 +35,7 @@
8 |
9 | #include "cairo-mutex-private.h"
10 |
11 | -#define CAIRO_MUTEX_DECLARE(mutex) cairo_mutex_t mutex = CAIRO_MUTEX_NIL_INITIALIZER;
12 | +#define CAIRO_MUTEX_DECLARE(mutex) cairo_private cairo_mutex_t mutex = CAIRO_MUTEX_NIL_INITIALIZER;
13 | #include "cairo-mutex-list-private.h"
14 | #undef CAIRO_MUTEX_DECLARE
15 |
16 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/cairo/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | cairo
5 | Birden çok çıktı cihazına destek veren bir 2 boyutlu grafik kitaplığı
6 | Cairo est une librairie graphique 2D supportant de nombreux périphériques de sortie.
7 |
8 |
9 |
10 | cairo-devel
11 | cairo için geliştirme dosyaları
12 |
13 |
14 |
15 | cairo-32bit
16 | cairo için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/cairomm/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | cairomm
5 | Cairo için C++ bağlayıcı
6 | Bindings (liens) C++ pour Cairo.
7 |
8 |
9 |
10 | cairomm-devel
11 | cairomm için geliştirme dosyaları
12 |
13 |
14 |
15 | cairomm-docs
16 | cairomm için geliştirme belgeleri
17 |
18 |
19 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/component.xml:
--------------------------------------------------------------------------------
1 |
2 | desktop.toolkit.gtk
3 |
4 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gdk-pixbuf/files:
--------------------------------------------------------------------------------
1 | diff -ur gdk-pixbuf-2.22.1.orig//gdk-pixbuf/Makefile.am gdk-pixbuf-2.22.1/gdk-pixbuf/Makefile.am
2 | --- gdk-pixbuf-2.22.1.orig//gdk-pixbuf/Makefile.am 2010-09-21 19:42:39.000000000 +0300
3 | +++ gdk-pixbuf-2.22.1/gdk-pixbuf/Makefile.am 2010-12-03 00:28:55.794000145 +0200
4 | @@ -677,7 +677,7 @@
5 | if HAVE_INTROSPECTION
6 |
7 | GdkPixbuf-2.0.gir: libgdk_pixbuf-2.0.la Makefile
8 | -GdkPixbuf_2_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk
9 | +GdkPixbuf_2_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Gdk --symbol-prefix=gdk
10 | GdkPixbuf_2_0_gir_INCLUDES = GModule-2.0 Gio-2.0
11 | GdkPixbuf_2_0_gir_LIBS = libgdk_pixbuf-2.0.la
12 | GdkPixbuf_2_0_gir_CFLAGS = $(INCLUDES)
13 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gdk-pixbuf/scom/pakhandler-32.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 |
4 | import piksemel
5 | import os
6 |
7 | def updateData(filepath):
8 | parse = piksemel.parse(filepath)
9 |
10 | for icon in parse.tags("File"):
11 | path = icon.getTagData("Path")
12 | if path.startswith("usr/lib32/gdk-pixbuf-2.0/2.10.0/loaders"):
13 | os.system("/usr/bin/gdk-pixbuf-query-loaders-32 --update-cache")
14 | return
15 |
16 | def setupPackage(metapath, filepath):
17 | updateData(filepath)
18 |
19 | def cleanupPackage(metapath, filepath):
20 | pass
21 |
22 | def postCleanupPackage(metapath, filepath):
23 | updateData(filepath)
24 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gdk-pixbuf/scom/pakhandler.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 |
4 | import piksemel
5 | import os
6 |
7 | def updateData(filepath):
8 | parse = piksemel.parse(filepath)
9 |
10 | for icon in parse.tags("File"):
11 | path = icon.getTagData("Path")
12 | if path.startswith("usr/lib/gdk-pixbuf-2.0/2.10.0/loaders"):
13 | os.system("/usr/bin/gdk-pixbuf-query-loaders --update-cache")
14 | return
15 |
16 | def setupPackage(metapath, filepath):
17 | updateData(filepath)
18 |
19 | def cleanupPackage(metapath, filepath):
20 | pass
21 |
22 | def postCleanupPackage(metapath, filepath):
23 | updateData(filepath)
24 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gdk-pixbuf/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | gdk-pixbuf
5 | GDK pixbuf kitaplığı
6 | gdk-pixbuf, gtk+ uygulamalarına resim açma ve ölçeklendirme desteği sağlayan bir kitaplıktır.
7 |
8 |
9 |
10 | gdk-pixbuf-devel
11 | gdk-pixbuf için geliştirme dosyaları
12 |
13 |
14 |
15 | gdk-pixbuf-docs
16 | gdk-pixbuf için başvuru belgeleri
17 |
18 |
19 |
20 | gdk-pixbuf-32bit
21 | gdk-pixbuf için 32-bit paylaşımlı kitaplıklar
22 |
23 |
24 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/glibmm/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 | #
7 |
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | autotools.configure("--disable-static")
13 |
14 | inarytools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.install()
21 |
22 | dirs = ["/usr/share/doc", "/usr/share/devhelp"]
23 | for dir in dirs:
24 | inarytools.removeDir(dir)
25 |
26 | inarytools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
27 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/glibmm/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | glibmm
5 | glib2 kitaplığı için C++ programlama dili arayüzü
6 | Glibmm, ünlü GUI kitaplığı GTK+ için resmi C++ arayüzüdür. Önemli özelliklerinin arasında tip bağımsız çağırmalar ve miras ile genişleyebilen uyumlu parçacıklar vardır.
7 | Glibmm est l'interface officielle C++ pour la librairie IHM populaire GTK+. Au menu des callbacks (rappels) typesafe (avec vérification de type à la compilation) ainsi qu'un ensemble large et complet de widgets (objets graphiques) facilement extensible via héritage.
8 |
9 |
10 |
11 | glibmm-devel
12 | glibmm için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk-doc/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licences/old-licenses/gpl-2.0.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 |
11 | def setup():
12 | autotools.configure("--disable-static --disable-scrollkeeper")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.install()
19 |
20 | inarytools.dodoc("AUTHORS", "MAINTAINERS", "ChangeLog", "README", "NEWS", "TODO")
21 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk-doc/files:
--------------------------------------------------------------------------------
1 | Index: gtk-doc-1.15/gtkdoc-fixxref.in
2 | ===================================================================
3 | --- gtk-doc-1.15.orig/gtkdoc-fixxref.in
4 | +++ gtk-doc-1.15/gtkdoc-fixxref.in
5 | @@ -461,7 +461,7 @@ sub HighlightSourceVim {
6 | close (NEWFILE);
7 |
8 | # format source
9 | - system "echo 'let html_number_lines=0|let html_use_css=1|let use_xhtml=1|syn on|e $temp_source_file|run! syntax/2html.vim|wa!|qa!' | @HIGHLIGHT@ -n -e -u /dev/null -T xterm >/dev/null";
10 | + system "echo 'let html_number_lines=0|let html_use_css=1|let use_xhtml=1|syn on|e $temp_source_file|run! syntax/2html.vim|w! $temp_source_file.html|qa!' | @HIGHLIGHT@ -n -e -u /dev/null -T xterm >/dev/null";
11 |
12 | my $highlighted_source;
13 | {
14 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk-doc/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | gtk-doc
5 | GTK+ API belge oluşturucusu
6 | gtk-doc, GNOME ve GTK+ gibi kitaplıkların API'lerinin belgelendirilmesi için yazılmış bir uygulama projesidir.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk2/files/default-fallback-icon-theme.patch:
--------------------------------------------------------------------------------
1 | Index: gtk+2.0-2.21.5/gtk/gtksettings.c
2 | ===================================================================
3 | --- gtk+2.0-2.21.5.orig/gtk/gtksettings.c 2010-07-12 18:23:45.000000000 +0200
4 | +++ gtk+2.0-2.21.5/gtk/gtksettings.c 2010-07-22 17:55:16.033053648 +0200
5 | @@ -310,7 +310,7 @@
6 | g_param_spec_string ("gtk-fallback-icon-theme",
7 | P_("Fallback Icon Theme Name"),
8 | P_("Name of a icon theme to fall back to"),
9 | - NULL,
10 | + "gnome",
11 | GTK_PARAM_READWRITE),
12 | NULL);
13 | g_assert (result == PROP_FALLBACK_ICON_THEME);
14 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk2/files/gtkrc:
--------------------------------------------------------------------------------
1 | gtk-icon-theme-name = "Adwaita"
2 | gtk-theme-name = "Adwaita"
3 | gtk-font-name = "DejaVuSans 10"
4 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk2/files/new-gir.patch:
--------------------------------------------------------------------------------
1 | diff -ur gtk+-2.22.1.orig//gdk/Makefile.am gtk+-2.22.1/gdk/Makefile.am
2 | --- gtk+-2.22.1.orig//gdk/Makefile.am 2010-11-15 18:49:19.000000000 +0200
3 | +++ gtk+-2.22.1/gdk/Makefile.am 2010-12-03 00:44:17.230000183 +0200
4 | @@ -239,7 +239,7 @@
5 | x11/gdkx.h
6 |
7 | GdkX11-2.0.gir: $(gdktargetlib) Gdk-2.0.gir Makefile
8 | -GdkX11_2_0_gir_SCANNERFLAGS = --warn-all --strip-prefix=Gdk
9 | +GdkX11_2_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Gdk --symbol-prefix=gdk
10 | GdkX11_2_0_gir_INCLUDES = Gio-2.0 Gdk-2.0 GdkPixbuf-2.0 Pango-1.0 xlib-2.0
11 | GdkX11_2_0_gir_LIBS = $(gdktargetlib)
12 | GdkX11_2_0_gir_FILES = $(x11_introspection_files)
13 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk2/files/remove-spurious-xid-warnings.patch:
--------------------------------------------------------------------------------
1 | Index: gtk+-2.16.5/gdk/x11/gdkxid.c
2 | ===================================================================
3 | --- gtk+-2.16.5.orig/gdk/x11/gdkxid.c
4 | +++ gtk+-2.16.5/gdk/x11/gdkxid.c
5 | @@ -57,8 +57,10 @@ _gdk_xid_table_insert (GdkDisplay *displ
6 | display_x11->xid_ht = g_hash_table_new ((GHashFunc) gdk_xid_hash,
7 | (GEqualFunc) gdk_xid_equal);
8 |
9 | + /*
10 | if (g_hash_table_lookup (display_x11->xid_ht, xid))
11 | g_warning ("XID collision, trouble ahead");
12 | + */
13 |
14 | g_hash_table_insert (display_x11->xid_ht, xid, data);
15 | }
16 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk2/files/xid-collision-debug.patch:
--------------------------------------------------------------------------------
1 | Index: gtk+-2.16.5/gdk/x11/gdkxid.c
2 | ===================================================================
3 | --- gtk+-2.16.5.orig/gdk/x11/gdkxid.c
4 | +++ gtk+-2.16.5/gdk/x11/gdkxid.c
5 | @@ -57,8 +57,10 @@ _gdk_xid_table_insert (GdkDisplay *displ
6 | display_x11->xid_ht = g_hash_table_new ((GHashFunc) gdk_xid_hash,
7 | (GEqualFunc) gdk_xid_equal);
8 |
9 | + /*
10 | if (g_hash_table_lookup (display_x11->xid_ht, xid))
11 | g_warning ("XID collision, trouble ahead");
12 | + */
13 |
14 | g_hash_table_insert (display_x11->xid_ht, xid, data);
15 | }
16 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/gtk3/files/settings.ini:
--------------------------------------------------------------------------------
1 | [Settings]
2 | gtk-icon-theme-name = Adwaita
3 | gtk-theme-name = Adwaita
4 | gtk-font-name = DejaVuSans 10
5 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/libglade/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure()
13 |
14 | inarytools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.install()
21 |
22 | inarytools.dodoc("AUTHORS","ChangeLog", "COPYING", "NEWS", "README")
23 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/libglade/files/libglade-2.6.3-fix_tests-page_size.patch:
--------------------------------------------------------------------------------
1 | --- a/tests/test-libglade-gtk.glade 2008-09-27 16:50:40.164242312 +0300
2 | +++ b/tests/test-libglade-gtk.glade 2008-09-27 16:50:43.460908927 +0300
3 | @@ -470,7 +470,7 @@
4 | 100
5 | 1
6 | 10
7 | - 10
8 | + 0
9 |
10 | 1
11 | 2
12 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/libglade/scom/package.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 |
3 | import os
4 |
5 | def postInstall(fromVersion, fromRelease, toVersion, toRelease):
6 | os.system("xmlcatalog --noout --add \
7 | \"system\" \"http://glade.gnome.org/glade-2.0.dtd\" /usr/share/xml/libglade/glade-2.0.dtd")
8 |
9 | def preRemove():
10 | os.system("xmlcatalog --noout --del /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog")
11 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/libwnck2/files/libwnck-2.18.0-above.patch:
--------------------------------------------------------------------------------
1 | diff -urN libwnck-2.16.3/libwnck/window.c libwnck/libwnck/window.c
2 | --- libwnck-2.16.3/libwnck/window.c 2007-01-29 15:56:52.000000000 -0600
3 | +++ libwnck/libwnck/window.c 2007-01-30 05:54:39.000000000 -0600
4 | @@ -2204,6 +2204,12 @@
5 | window->priv->actions |=
6 | WNCK_WINDOW_ACTION_MAXIMIZE |
7 | WNCK_WINDOW_ACTION_UNMAXIMIZE;
8 | +
9 | + /* There's no _NET_WM_ACTION_ABOVE hint so always add it if
10 | + window manager claims to support_NET_WM_STATE_ABOVE */
11 | + if (wnck_screen_net_wm_supports (wnck_window_get_screen (window),
12 | + "_NET_WM_STATE_ABOVE"))
13 | + window->priv->actions |= WNCK_WINDOW_ACTION_ABOVE;
14 | }
15 |
16 | static void
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/libwnck2/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libwnck
5 | Pencere gezinti geliştirme kiti
6 | libwnck sayfalayıcı, görev listesi ve benzeri birimleri gerçeklemek için kullanılır ve uygulamalara açık pencereler, çalışma alanları, simgeler hakkında bilgi sunar.
7 | Ce paquet contient les librairies statiques et les fichier d'entête nécessaires pour développer des applications utilisant libwnck.
8 |
9 |
10 |
11 | libwnck-devel
12 | libwnck için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/desktop/toolkit/gtk/pango/scom/package.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 |
3 | import os
4 |
5 | def postInstall(fromVersion, fromRelease, toVersion, toRelease):
6 | f = open("/etc/pango/pango.modules", "w")
7 | p = os.popen("/usr/bin/pango-querymodules", "r")
8 | f.writelines(p.readlines())
9 | f.close()
10 | p.close()
11 |
--------------------------------------------------------------------------------
/distribution.xml:
--------------------------------------------------------------------------------
1 |
2 | Sulin
3 | 2019
4 | Sulin 2019 Core Deposu
5 | Sulin 2019 Core Repository
6 | Sulin 2019 Core Repositorio
7 | Sulin 2019 Core Opslagplaats
8 | Core
9 | Sulin
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/hardware/component.xml:
--------------------------------------------------------------------------------
1 |
2 | hardware
3 |
4 |
--------------------------------------------------------------------------------
/hardware/printer/component.xml:
--------------------------------------------------------------------------------
1 |
2 | hardware.printer
3 |
4 |
--------------------------------------------------------------------------------
/hardware/printer/libpaper/files/libpaper-1.1.23-debianbug475683.patch:
--------------------------------------------------------------------------------
1 | diff -up libpaper-1.1.23+nmu1/lib/paperspecs.BAD libpaper-1.1.23+nmu1/lib/paperspecs
2 | --- libpaper-1.1.23+nmu1/lib/paperspecs.BAD 2008-08-22 16:49:16.000000000 -0400
3 | +++ libpaper-1.1.23+nmu1/lib/paperspecs 2008-08-22 16:49:25.000000000 -0400
4 | @@ -40,7 +40,7 @@ c5 162 229 mm
5 | c6 114 162 mm
6 | c7 81 114 mm
7 | c8 57 81 mm
8 | -DL 312 624
9 | +DL 110 220 mm
10 | Comm10 297 684
11 | Monarch 279 540
12 | archE 2592 3456
13 |
--------------------------------------------------------------------------------
/hardware/printer/libpaper/files/papersize:
--------------------------------------------------------------------------------
1 | # this is the default papersize for libpaper
2 | a4
3 |
--------------------------------------------------------------------------------
/hardware/printer/libpaper/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libpaper
5 | Kağıt özelliklerini düzenlemek için kitaplık
6 | libpaper, kağıt özelliklerini düzenlemek için bir programlama kitaplığıdır.
7 | Libpaper es una librería de programación para manejar características de papel.
8 |
9 |
10 |
11 | libpaper-devel
12 | libpaper için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/inary-index.xml.sha1sum:
--------------------------------------------------------------------------------
1 | 5b8c373b2a6c303781fceecc5a08e0463bc1e6d6
--------------------------------------------------------------------------------
/inary-index.xml.xz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zaryob/SulinRepository/c89c643b9773d191996d721b262dd739e4203bc0/inary-index.xml.xz
--------------------------------------------------------------------------------
/inary-index.xml.xz.sha1sum:
--------------------------------------------------------------------------------
1 | aee9f5f9d22201b5ca17b402d18a8e4767028dd5
--------------------------------------------------------------------------------
/multimedia/component.xml:
--------------------------------------------------------------------------------
1 |
2 | multimedia
3 |
4 |
--------------------------------------------------------------------------------
/multimedia/graphics/component.xml:
--------------------------------------------------------------------------------
1 |
2 | multimedia.graphics
3 |
4 |
--------------------------------------------------------------------------------
/multimedia/graphics/giflib/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 |
12 | def build():
13 | autotools.make()
14 |
15 | def install():
16 | autotools.install()
17 | inarytools.dohtml("doc/")
18 |
19 |
--------------------------------------------------------------------------------
/multimedia/graphics/giflib/files/gif2rle.patch:
--------------------------------------------------------------------------------
1 | http://sourceforge.net/tracker/index.php?func=detail&aid=1829712&group_id=102202&atid=631304
2 |
3 | --- giflib/util/gif2rle.c
4 | +++ giflib/util/gif2rle.c
5 | @@ -222,11 +222,8 @@
6 | ColorMap = (GifFile->Image.ColorMap ?
7 | GifFile->Image.ColorMap->Colors :
8 | GifFile->SColorMap->Colors);
9 | - if (ColorMap == NULL) {
10 | - fprintf(stderr, "Gif Image does not have a colormap\n");
11 | - exit(EXIT_FAILURE);
12 | - }
13 | - ColorMapSize = 1 << ColorMap->BitsPerPixel;
14 | + ColorMapSize = 1 << (GifFile->Image.ColorMap ? GifFile->Image.ColorMap->BitsPerPixel :
15 | + GifFile->SColorMap->BitsPerPixel);
16 | DumpScreen2Rle(ScreenBuffer, GifFile->SWidth, GifFile->SHeight);
17 |
18 | if (DGifCloseFile(GifFile) == GIF_ERROR) {
19 |
--------------------------------------------------------------------------------
/multimedia/graphics/giflib/files/giflib-4.1.6-giffix-null-Extension-fix.patch:
--------------------------------------------------------------------------------
1 | diff -ru giflib-4.1.6/util/giffix.c giflib-4.1.6.new/util/giffix.c
2 | --- giflib-4.1.6/util/giffix.c 2005-10-09 23:22:23.000000000 -0700
3 | +++ giflib-4.1.6.new/util/giffix.c 2008-09-04 14:00:41.000000000 -0700
4 | @@ -181,8 +181,8 @@
5 | /* Skip any extension blocks in file: */
6 | if (DGifGetExtension(GifFileIn, &ExtCode, &Extension) == GIF_ERROR)
7 | QuitGifError(GifFileIn, GifFileOut);
8 | - if (EGifPutExtension(GifFileOut, ExtCode, Extension[0],
9 | - Extension) == GIF_ERROR)
10 | + if (Extension && EGifPutExtension(GifFileOut, ExtCode,
11 | + Extension[0], Extension) == GIF_ERROR)
12 | QuitGifError(GifFileIn, GifFileOut);
13 |
14 | /* No support to more than one extension blocks, so discard: */
15 |
16 |
--------------------------------------------------------------------------------
/multimedia/graphics/imlib2/files/imlib2-1.4.5-no-my-libs.patch:
--------------------------------------------------------------------------------
1 | From 5dde234b2d3caf067ea827858c53adc5d4c56c13 Mon Sep 17 00:00:00 2001
2 | From: Mike Frysinger
3 | Date: Sat, 18 Jan 2014 13:56:54 -0500
4 | Subject: [PATCH] imlib2-config: delete old reference to @my_libs@
5 |
6 | This was cleaned up a while ago, but this file was missed.
7 |
8 | URL: https://bugs.gentoo.org/497894
9 | ---
10 | imlib2-config.in | 2 +-
11 | 1 file changed, 1 insertion(+), 1 deletion(-)
12 |
13 | diff --git a/imlib2-config.in b/imlib2-config.in
14 | index cf814c6..965f7c3 100644
15 | --- a/imlib2-config.in
16 | +++ b/imlib2-config.in
17 | @@ -46,7 +46,7 @@ while test $# -gt 0; do
18 | ;;
19 | --libs)
20 | libdirs=-L@libdir@
21 | - echo $libdirs -lImlib2 @my_libs@
22 | + echo $libdirs -lImlib2
23 | ;;
24 | *)
25 | echo "${usage}" 1>&2
26 | --
27 | 1.8.4.3
28 |
29 |
--------------------------------------------------------------------------------
/multimedia/graphics/imlib2/files/imlib2-giflib5.patch:
--------------------------------------------------------------------------------
1 | --- src/modules/loaders/loader_gif.c.orig
2 | +++ src/modules/loaders/loader_gif.c
3 | @@ -40,7 +40,11 @@ load(ImlibImage * im, ImlibProgressFunct
4 | #endif
5 | if (fd < 0)
6 | return 0;
7 | +#if defined(GIFLIB_MAJOR) && (GIFLIB_MAJOR >= 5)
8 | + gif = DGifOpenFileHandle(fd, NULL);
9 | +#else
10 | gif = DGifOpenFileHandle(fd);
11 | +#endif
12 | if (!gif)
13 | {
14 | close(fd);
15 |
--------------------------------------------------------------------------------
/multimedia/graphics/jasper/files:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zaryob/SulinRepository/c89c643b9773d191996d721b262dd739e4203bc0/multimedia/graphics/jasper/files
--------------------------------------------------------------------------------
/multimedia/graphics/jasper/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | jasper
5 | JasPer JPEG-2000 Part-1 codec standardı üzerinde konumlandırılmış bir yazılım
6 |
7 |
8 |
9 | jasper-devel
10 | jasper için geliştirme dosyaları
11 |
12 |
13 |
14 | jasper-32bit
15 | jasper için 32-bit paylaşımlı kitaplıklar
16 |
17 |
18 |
--------------------------------------------------------------------------------
/multimedia/graphics/jbigkit/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | jbigkit
5 | Taşınabilir bir sıkıştırma kitaplığı
6 | jbigkit, faks sayfaları ve taranmış belgeler gibi yüksek çözünürlüklü görüntüler için, yüksek performanslı bir sıkıştırma kitaplığıdır.
7 |
8 |
9 |
10 | jbigkit-devel
11 | jbigkit için geliştirme dosyaları
12 |
13 |
14 |
--------------------------------------------------------------------------------
/multimedia/graphics/lcms2/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | lcms
5 | Hız geliştirmesi yapılmış, hafif bir renk yönetim motoru
6 | Moteur de gestion de couleurs léger et optimisé pour la vitesse.
7 | Biblioteka do konwersji między profilami kolorów.
8 |
9 |
--------------------------------------------------------------------------------
/multimedia/graphics/libjpeg-turbo/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/copyleft/gpl.txt
5 |
6 | from inary.actionsapi import cmaketools
7 | from inary.actionsapi import get
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | cmaketools.configure("-DWITH_JPEG8=1 ")
12 |
13 | def build():
14 | cmaketools.make()
15 |
16 | def install():
17 | cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
18 | if get.buildTYPE() == "emul32": return
19 |
20 | # provide jpegint.h as it is required by various software
21 | inarytools.insinto("/usr/lib/include", "jpegint.h")
22 |
--------------------------------------------------------------------------------
/multimedia/graphics/libjpeg-turbo/files:
--------------------------------------------------------------------------------
1 | --- Makefile.am~ 2013-05-15 20:34:26.015505251 +0200
2 | +++ Makefile.am 2013-05-15 20:34:45.183504551 +0200
3 | @@ -123,14 +123,10 @@
4 | DOCS= install.txt coderules.txt filelist.txt jconfig.txt change.log \
5 | rdrle.c wrrle.c BUILDING.txt ChangeLog.txt
6 |
7 | -docdir = $(datadir)/doc
8 | +docdir = $(datadir)/doc/libjpeg-turbo
9 | dist_doc_DATA = README README-turbo.txt libjpeg.txt structure.txt usage.txt \
10 | wizard.txt
11 |
12 | -exampledir = $(datadir)/doc
13 | -dist_example_DATA = example.c
14 | -
15 | -
16 | EXTRA_DIST = win release $(DOCS) testimages CMakeLists.txt \
17 | sharedlib/CMakeLists.txt cmakescripts libjpeg.map.in doc doxygen.config \
18 | jccolext.c jdcolext.c jdmrgext.c
19 |
--------------------------------------------------------------------------------
/multimedia/graphics/libjpeg-turbo/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libjpeg-turbo
5 | MMX, SSE, and SSE2 SIMD accelerated JPEG library
6 | libjpeg-turbo is a derivative of libjpeg for x86 and x86-64 processors which
7 | uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg v6b, all else being equal.
8 |
9 |
10 |
11 | libjpeg-turbo-devel
12 | libjpeg-turbo için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/multimedia/graphics/libmng/files:
--------------------------------------------------------------------------------
1 | --- libmng_zlib.c 2005-12-15 01:53:13.000000000 +0200
2 | +++ libmng_zlib.c 2007-08-01 13:24:11.000000000 +0300
3 | @@ -162,6 +162,8 @@
4 | #ifdef MNG_SUPPORT_TRACE
5 | MNG_TRACE (pData, MNG_FN_ZLIB_INFLATEINIT, MNG_LC_START);
6 | #endif
7 | + if ( pData->bInflating )
8 | + inflateEnd( &pData->sZlib );
9 | /* initialize zlib structures and such */
10 | iZrslt = inflateInit (&pData->sZlib);
11 |
12 |
--------------------------------------------------------------------------------
/multimedia/graphics/tiff/files/tiff-3.9.1-CVE-2011-0191.diff:
--------------------------------------------------------------------------------
1 | --- libtiff/tif_dir.c 2011-04-04 05:58:54.000000000 -0400
2 | +++ libtiff/tif_dir.c.oden 2011-04-04 05:59:08.000000000 -0400
3 | @@ -370,6 +370,10 @@ _TIFFVSetField(TIFF* tif, ttag_t tag, va
4 | case TIFFTAG_YCBCRSUBSAMPLING:
5 | td->td_ycbcrsubsampling[0] = (uint16) va_arg(ap, int);
6 | td->td_ycbcrsubsampling[1] = (uint16) va_arg(ap, int);
7 | + if (td->td_ycbcrsubsampling[0] > 4)
8 | + td->td_ycbcrsubsampling[0] = (td->td_compression == 7) ? 1 : 2;
9 | + if (td->td_ycbcrsubsampling[1] > 4)
10 | + td->td_ycbcrsubsampling[1] = (td->td_compression == 7) ? 1 : 2;
11 | break;
12 | case TIFFTAG_TRANSFERFUNCTION:
13 | v = (td->td_samplesperpixel - td->td_extrasamples) > 1 ? 3 : 1;
14 |
--------------------------------------------------------------------------------
/multimedia/graphics/tiff/files/tiff-3.9.2-libjpeg7+.diff:
--------------------------------------------------------------------------------
1 | --- libtiff/tif_jpeg.c 2010-09-30 13:43:31.045146032 +0200
2 | +++ libtiff/tif_jpeg.c.oden 2010-09-30 13:44:59.005141117 +0200
3 | @@ -850,6 +850,7 @@ JPEGPreDecode(TIFF* tif, tsample_t s)
4 | if (downsampled_output) {
5 | /* Need to use raw-data interface to libjpeg */
6 | sp->cinfo.d.raw_data_out = TRUE;
7 | + sp->cinfo.d.do_fancy_upsampling = FALSE;
8 | tif->tif_decoderow = JPEGDecodeRaw;
9 | tif->tif_decodestrip = JPEGDecodeRaw;
10 | tif->tif_decodetile = JPEGDecodeRaw;
11 |
--------------------------------------------------------------------------------
/multimedia/graphics/webp/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | webp
5 | webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı
6 | webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı
7 |
8 |
9 |
10 | webp
11 | webp resim formatı kütüphanesi ve png,jpeg,tiff resim formatlarına dönüştürme aracı
12 |
13 |
14 | webp-devel
15 | webp için geliştirme dosyaları
16 |
17 |
18 |
--------------------------------------------------------------------------------
/multimedia/misc/DirectFB/files/1.7.6-cle266.patch:
--------------------------------------------------------------------------------
1 | https://bugs.gentoo.org/527986
2 |
3 | --- a/gfxdrivers/cle266/uc_overlay.c 2015-02-10 15:26:24.931309401 -0800
4 | +++ b/gfxdrivers/cle266/uc_overlay.c 2015-02-10 15:26:47.229309401 -0800
5 | @@ -246,7 +246,7 @@
6 | dfb_surface_flip(surface, false);
7 |
8 | ucovl->field = 0;
9 | - ucovl->lock = lock;
10 | + ucovl->lock = left_lock;
11 |
12 | ret = uc_ovl_update(ucdrv, ucovl, UC_OVL_FLIP, surface, left_lock);
13 | if (ret)
14 |
--------------------------------------------------------------------------------
/multimedia/misc/DirectFB/files/pkgconfig.patch:
--------------------------------------------------------------------------------
1 | http://bugs.gentoo.org/200661
2 |
3 | --- DirectFB/directfb-config.in
4 | +++ DirectFB/directfb-config.in
5 | @@ -300,7 +300,7 @@
6 | libs="$libs -ldirectfb -lfusion -ldirect @THREADLIB@"
7 |
8 | if test -n "$echo_static"; then
9 | - libs="$libs @DYNLIB@ @ZLIB_LIBS@"
10 | + libs="$libs @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@"
11 | fi
12 | fi
13 |
14 | --- DirectFB/directfb.pc.in
15 | +++ DirectFB/directfb.pc.in
16 | @@ -9,5 +9,5 @@
17 | Version: @VERSION@
18 | Requires: @DEP_VOODOO@ fusion direct
19 | Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
20 | -Libs.private: -L${libdir} @LIBM@ @DYNLIB@ @ZLIB_LIBS@
21 | +Libs.private: -L${libdir} @LIBM@ @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@
22 | Cflags: @THREADFLAGS@ -I@INCLUDEDIR@
23 |
--------------------------------------------------------------------------------
/multimedia/misc/DirectFB/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | DirectFB
5 | Linux framebuffer aygıtlarının üstünde çalışan hafif bir kütüphane
6 | DirectFB donanımsal grafik hızlandırması, giriş aygıtları işleme ve soyutlama sağlayan yarısaydam pencereler ve çoklu görüntü katmanlarını destekleyen pencere sistemi ile bütünleşik bir kütüphanedir.
7 |
8 |
9 |
10 | DirectFB-devel
11 | DirectFB için geliştirme dosyaları
12 |
13 |
14 |
--------------------------------------------------------------------------------
/multimedia/misc/component.xml:
--------------------------------------------------------------------------------
1 |
2 | multimedia.misc
3 |
4 |
--------------------------------------------------------------------------------
/multimedia/misc/libid3tag/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 | from inary.actionsapi import get
11 |
12 | def setup():
13 | shelltools.system("rm -rv compat.c frametype.c")
14 | autotools.configure("--with-gnu-ld \
15 | --disable-debugging \
16 | --disable-static")
17 |
18 | def build():
19 | autotools.make()
20 |
21 | def install():
22 | autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
23 |
24 | inarytools.dodoc("CHANGES", "COPYRIGHT", "CREDITS", "README", "TODO", "VERSION")
25 |
--------------------------------------------------------------------------------
/multimedia/misc/libid3tag/files/id3tag.pc:
--------------------------------------------------------------------------------
1 | prefix=/usr
2 | exec_prefix=${prefix}
3 | libdir=${exec_prefix}/lib
4 | includedir=${prefix}/include
5 |
6 | Name: id3tag
7 | Description: ID3 tag reading library
8 | Requires:
9 | Version: 0.15.1b
10 | Libs: -L${libdir} -lid3tag -lz
11 | Cflags: -L${includedir}
12 |
--------------------------------------------------------------------------------
/multimedia/misc/libid3tag/files/libid3tag-0.15.1b-64bit-long.patch:
--------------------------------------------------------------------------------
1 | --- id3tag.h.orig 2004-01-23 18:22:46.000000000 -0500
2 | +++ id3tag.h 2008-05-04 19:46:33.000000000 -0400
3 | @@ -25,6 +25,8 @@
4 | # ifndef LIBID3TAG_ID3TAG_H
5 | # define LIBID3TAG_ID3TAG_H
6 |
7 | +#include
8 | +
9 | # ifdef __cplusplus
10 | extern "C" {
11 | # endif
12 | @@ -36,10 +38,10 @@
13 | typedef unsigned char id3_byte_t;
14 | typedef unsigned long id3_length_t;
15 |
16 | -typedef unsigned long id3_ucs4_t;
17 | +typedef uint32_t id3_ucs4_t;
18 |
19 | typedef unsigned char id3_latin1_t;
20 | -typedef unsigned short id3_utf16_t;
21 | +typedef uint16_t id3_utf16_t;
22 | typedef signed char id3_utf8_t;
23 |
24 | struct id3_tag {
25 |
--------------------------------------------------------------------------------
/multimedia/misc/libid3tag/files/libid3tag-0.15.1b-compat.patch:
--------------------------------------------------------------------------------
1 | diff -ur libid3tag-0.15.1b/compat.gperf libid3tag-0.15.1b.fixed/compat.gperf
2 | --- libid3tag-0.15.1b/compat.gperf Fri Jan 23 01:41:32 2004
3 | +++ libid3tag-0.15.1b.fixed/compat.gperf Thu Oct 19 12:21:10 2006
4 | @@ -237,6 +237,9 @@
5 | encoding = id3_parse_uint(&data, 1);
6 | string = id3_parse_string(&data, end - data, encoding, 0);
7 |
8 | + if (string == 0)
9 | + continue;
10 | +
11 | if (id3_ucs4_length(string) < 4) {
12 | free(string);
13 | continue;
14 |
--------------------------------------------------------------------------------
/multimedia/misc/libid3tag/files/libid3tag-0.15.1b-fix_overflow.patch:
--------------------------------------------------------------------------------
1 | --- field.c.orig 2008-05-05 09:49:15.000000000 -0400
2 | +++ field.c 2008-05-05 09:49:25.000000000 -0400
3 | @@ -291,7 +291,7 @@
4 |
5 | end = *ptr + length;
6 |
7 | - while (end - *ptr > 0) {
8 | + while (end - *ptr > 0 && **ptr != '\0') {
9 | ucs4 = id3_parse_string(ptr, end - *ptr, *encoding, 0);
10 | if (ucs4 == 0)
11 | goto fail;
12 |
--------------------------------------------------------------------------------
/multimedia/misc/libid3tag/files/libid3tag-0.15.1b-tag.patch:
--------------------------------------------------------------------------------
1 | --- tag.c.orig Fri Apr 18 18:14:33 2003
2 | +++ tag.c Mon Sep 26 22:29:24 2005
3 | @@ -714,9 +714,12 @@
4 |
5 | frame = id3_tag_findframe(tag, ID3_FRAME_TRACK, 0);
6 | if (frame) {
7 | - unsigned int track;
8 | + id3_ucs4_t const *string;
9 | + unsigned int track = 0;
10 |
11 | - track = id3_ucs4_getnumber(id3_field_getstrings(&frame->fields[1], 0));
12 | + string = id3_field_getstrings(&frame->fields[1], 0);
13 | + if (string)
14 | + track = id3_ucs4_getnumber(string);
15 | if (track > 0 && track <= 0xff) {
16 | ptr[-2] = 0;
17 | ptr[-1] = track;
18 |
--------------------------------------------------------------------------------
/multimedia/misc/libid3tag/files/libid3tag-0.15.1b-utf16.patchlibid3tag-0.15.1b-utf16.patch:
--------------------------------------------------------------------------------
1 | --- libid3tag-0.15.1b/utf16.c
2 | +++ libid3tag-0.15.1b/utf16.c
3 | @@ -282,5 +282,18 @@
4 |
5 | free(utf16);
6 |
7 | + if (end == *ptr && length % 2 != 0)
8 | + {
9 | + /* We were called with a bogus length. It should always
10 | + * be an even number. We can deal with this in a few ways:
11 | + * - Always give an error.
12 | + * - Try and parse as much as we can and
13 | + * - return an error if we're called again when we
14 | + * already tried to parse everything we can.
15 | + * - tell that we parsed it, which is what we do here.
16 | + */
17 | + (*ptr)++;
18 | + }
19 | +
20 | return ucs4;
21 | }
22 |
--------------------------------------------------------------------------------
/multimedia/misc/libid3tag/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libid3tag
5 | MAD id3tag kütüphanesi
6 | La librairie id3tag MAD.
7 | Die MAD id3tag Bibliothek
8 |
9 |
10 |
--------------------------------------------------------------------------------
/multimedia/sound/component.xml:
--------------------------------------------------------------------------------
1 |
2 | multimedia.sound
3 |
4 |
--------------------------------------------------------------------------------
/multimedia/sound/libmad/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 |
11 | def setup():
12 | inarytools.cflags.add("-ftree-vectorize -ftree-vectorizer-verbose=1")
13 | for i in ["NEWS", "AUTHORS", "ChangeLog"]:
14 | shelltools.touch(i)
15 |
16 | autotools.autoreconf("-vfi")
17 |
18 | autotools.configure("--disable-debugging \
19 | --disable-static")
20 |
21 | def build():
22 | autotools.make()
23 |
24 | def install():
25 | autotools.install()
26 |
27 | inarytools.dodoc("CHANGES", "COPYRIGHT", "CREDITS", "README", "TODO", "VERSION")
28 |
--------------------------------------------------------------------------------
/multimedia/sound/libmad/files/amd64-64bit.diff:
--------------------------------------------------------------------------------
1 | --- configure.ac.orig 2004-01-23 11:41:32.000000000 +0200
2 | +++ configure.ac 2014-05-21 14:28:19.470907858 +0300
3 | @@ -298,6 +298,7 @@
4 | case "$host" in
5 | i?86-*) FPM="INTEL" ;;
6 | arm*-*) FPM="ARM" ;;
7 | + x86_64*) FPM="64BIT" ;;
8 | mips*-*) FPM="MIPS" ;;
9 | sparc*-*) FPM="SPARC" ;;
10 | powerpc*-*) FPM="PPC" ;;
11 |
--------------------------------------------------------------------------------
/multimedia/sound/libmad/files/libmad-0.15.1b-cflags-O2.patch:
--------------------------------------------------------------------------------
1 | diff -Naur libmad-0.15.1b-orig/configure.ac libmad-0.15.1b/configure.ac
2 | --- libmad-0.15.1b-orig/configure.ac 2007-07-01 12:58:13.000000000 -0600
3 | +++ libmad-0.15.1b/configure.ac 2007-07-01 12:59:13.000000000 -0600
4 | @@ -105,7 +105,7 @@
5 | shift
6 | ;;
7 | -O2)
8 | - optimize="-O"
9 | + optimize="-O2"
10 | shift
11 | ;;
12 | -fomit-frame-pointer)
13 |
--------------------------------------------------------------------------------
/multimedia/sound/libmad/files/mad.pc:
--------------------------------------------------------------------------------
1 | prefix=/usr
2 | exec_prefix=${prefix}
3 | libdir=${exec_prefix}/lib
4 | includedir=${prefix}/include
5 |
6 | Name: mad
7 | Description: MPEG Audio Decoder
8 | Requires:
9 | Version: 0.15.0b
10 | Libs: -L${libdir} -lmad -lm
11 | Cflags: -I${includedir}
12 |
--------------------------------------------------------------------------------
/multimedia/sound/libmad/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libmad
5 | Yüksek kaliteli MPEG ses çözücü kütüphanesi
6 | Librairie de "D"écompression "A"udio "M"peg ("M"peg "A"udio "D"ecoder")
7 | libmad MPEG tabanlı ses çözüm kitaplığıdır.
8 |
9 |
10 |
11 | libmad-devel
12 | libmad için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/multimedia/sound/libogg/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import get
10 |
11 |
12 | def setup():
13 | autotools.configure("--disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("AUTHORS", "CHANGES", "COPYING", "README")
22 |
--------------------------------------------------------------------------------
/multimedia/sound/libogg/files:
--------------------------------------------------------------------------------
1 | --- libogg-1.1/ogg.m4.orig 2003-03-07 21:44:29.000000000 -0500
2 | +++ libogg-1.1/ogg.m4 2003-12-11 15:08:01.000000000 -0500
3 | @@ -19,7 +19,7 @@
4 | elif test "x$ogg_prefix" != "x" ; then
5 | OGG_LIBS="-L$ogg_prefix/lib"
6 | elif test "x$prefix" != "xNONE" ; then
7 | - OGG_LIBS="-L$prefix/lib"
8 | + OGG_LIBS="-L$libdir"
9 | fi
10 |
11 | OGG_LIBS="$OGG_LIBS -logg"
12 | @@ -29,7 +29,7 @@
13 | elif test "x$ogg_prefix" != "x" ; then
14 | OGG_CFLAGS="-I$ogg_prefix/include"
15 | elif test "x$prefix" != "xNONE"; then
16 | - OGG_CFLAGS="-I$prefix/include"
17 | + OGG_CFLAGS=""
18 | fi
19 |
20 | AC_MSG_CHECKING(for Ogg)
21 |
--------------------------------------------------------------------------------
/multimedia/sound/libogg/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libogg
5 | Ogg dosya biçimi kütüphanesi
6 | libogg Ogg biçimli dosyalara erişmek için kullanılan bir kütüphanedir. Hem Ogg biçimli dosya oluşturmak için hem de Ogg dosyalarından paket ayıklamak için kullanılabilir.
7 | La librairie pour fichiers au format média Ogg.
8 |
9 |
10 |
11 | libogg-32bit
12 | libogg için 32-bit paylaşımlı kitaplıklar
13 |
14 |
15 |
--------------------------------------------------------------------------------
/multimedia/sound/libvorbis/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.removeDir("/usr/share/doc")
21 |
22 | inarytools.dodoc("AUTHORS", "README", "todo.txt", "doc/*.txt")
23 | inarytools.dohtml("doc/*")
24 |
--------------------------------------------------------------------------------
/multimedia/sound/libvorbis/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libvorbis
5 | Vorbis genel ses sıkıştırma kodlaması
6 | libvorbis tamamen açık, sahipsiz, genel amaçlı sıkıştırılmış ses biçimidir.
7 | Librairie de formatage de fichier son Ogg Vorbis libre.
8 |
9 |
10 |
11 | libvorbis-32bit
12 | libvorbis için 32-bit paylaşımlı kitaplıklar
13 |
14 |
15 |
--------------------------------------------------------------------------------
/office/component.xml:
--------------------------------------------------------------------------------
1 |
2 | office
3 |
4 |
--------------------------------------------------------------------------------
/office/docbook/component.xml:
--------------------------------------------------------------------------------
1 |
2 | office.docbook
3 |
4 |
--------------------------------------------------------------------------------
/office/docbook/itstool/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/copyleft/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import get
8 |
9 | def setup():
10 | autotools.configure("PYTHON=/usr/bin/python3")
11 |
12 | def build():
13 | autotools.make()
14 |
15 | def install():
16 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
17 |
--------------------------------------------------------------------------------
/office/misc/component.xml:
--------------------------------------------------------------------------------
1 |
2 | office.misc
3 |
4 |
--------------------------------------------------------------------------------
/office/misc/doxygen/files/doxywizard.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Type=Application
3 | Exec=doxywizard
4 | Name=Doxygen Wizard
5 | Icon=doxywizard
6 | Categories=Qt;Development;
7 |
--------------------------------------------------------------------------------
/office/misc/doxygen/files/doxywizard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zaryob/SulinRepository/c89c643b9773d191996d721b262dd739e4203bc0/office/misc/doxygen/files/doxywizard.png
--------------------------------------------------------------------------------
/office/misc/doxygen/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | doxygen
5 | C, C++, Java, IDL, PHP ve C# için döküman ve analiz aracı
6 | Doxygen C++, C, Java, Objective-C, Python, IDL (Corba ve Microsoft ile ilgili diğerleri ) ve PHP, C# ve D'yi de kapsayan diller için bir dokümantasyon sistemidir.
7 | Doxygen es un sistema de documentación para C++, C, Java, Objective-C, Python, IDL (versiones Corba y Microsoft) y hasta cierto punto también PHP, C#, y D.
8 |
9 |
10 |
11 | doxywizard
12 | A GUI for creating and editing doxygen configuration files
13 |
14 |
15 |
--------------------------------------------------------------------------------
/office/misc/graphite2/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import cmaketools
8 | from inary.actionsapi import inarytools
9 |
10 |
11 | def setup():
12 | cmaketools.configure()
13 |
14 | def build():
15 | cmaketools.make()
16 |
17 | def install():
18 | cmaketools.install()
19 |
20 | inarytools.dodoc("COPYING", "Todo*")
21 |
--------------------------------------------------------------------------------
/office/misc/graphite2/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | graphite2
5 | SILGraphite: rendering non-roman scripts
6 | Graphite is a project within SIL's scripts and software dev groups to provide cross-platform rendering for complex writing systems.
7 |
8 |
9 |
10 | graphite2-devel
11 | graphite2 için geliştirme dosyaları
12 |
13 |
14 |
--------------------------------------------------------------------------------
/office/misc/iso-codes/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/copyleft/gpl.txt.
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.configure()
12 |
13 | def build():
14 | autotools.make()
15 |
16 | def install():
17 | autotools.install()
18 | inarytools.domove("/usr/share/pkgconfig/iso-codes.pc","/usr/lib/pkgconfig")
19 | inarytools.removeDir("/usr/share/pkgconfig")
20 |
21 | # inarytools.dodoc("ChangeLog","TODO")
22 |
--------------------------------------------------------------------------------
/office/misc/iso-codes/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | iso-codes
5 | Uluslararası ülke kodları
6 | iso-codes IS0-639_3, ISO-4127, ISO-3166, ISO-3166_2, ISO-15924 standartlarını sağlar.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/programming/build/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.build
3 |
4 |
--------------------------------------------------------------------------------
/programming/build/gobject-introspection/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import shelltools
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 | from inary.actionsapi import get
11 |
12 |
13 | def setup():
14 | autotools.autoreconf("-fiv")
15 | autotools.configure("--prefix=/usr \
16 | --disable-static")
17 |
18 | # inarytools.dosed("libtool", "CC -shared ", "CC -Wl,-O1,--as-needed -shared ")
19 |
20 | def build():
21 | autotools.make()
22 |
23 | def install():
24 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/programming/build/llvm/files/51-llvm.conf:
--------------------------------------------------------------------------------
1 | /usr/lib/llvm
--------------------------------------------------------------------------------
/programming/build/llvm/files/llvm-Config-config.h:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | #if __WORDSIZE == 32
4 | #include "config-32.h"
5 | #elif __WORDSIZE == 64
6 | #include "config-64.h"
7 | #else
8 | #error "Unknown word size"
9 | #endif
10 |
--------------------------------------------------------------------------------
/programming/build/llvm/files/llvm-Config-llvm-config.h:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | #if __WORDSIZE == 32
4 | #include "llvm-config-32.h"
5 | #elif __WORDSIZE == 64
6 | #include "llvm-config-64.h"
7 | #else
8 | #error "Unknown word size"
9 | #endif
10 |
--------------------------------------------------------------------------------
/programming/build/polkit/files/10-desktop-policy.pkla:
--------------------------------------------------------------------------------
1 | # Authorizations/policy for the wheel and user groups.
2 |
3 | # Allow standard users to do some things without being interrupted by password dialogs
4 |
5 | [Desktop User Permissions]
6 | Identity=unix-group:users
7 | Action=org.gnome.clockapplet.mechanism.settimezone
8 | ResultAny=no
9 | ResultInactive=no
10 | ResultActive=yes
11 |
12 | # Allow administrative users to do a lot of things without being interrupted by password dialogs
13 |
14 | [Desktop Administrator Permissions]
15 | Identity=unix-group:wheel
16 | Action=org.gnome.clockapplet.mechanism.*;org.freedesktop.devicekit.disks.*;org.freedesktop.RealtimeKit1.*
17 | ResultAny=No
18 | ResultInactive=no
19 | ResultActive=yes
20 |
--------------------------------------------------------------------------------
/programming/build/polkit/files/70-desktop-policy.conf:
--------------------------------------------------------------------------------
1 | # This allows users in the wheel group to authenticate as the administrator.
2 |
3 | [Configuration]
4 | AdminIdentities=unix-group:wheel
5 |
6 |
--------------------------------------------------------------------------------
/programming/build/spidermonkey/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | spidermonkey
5 | Javascript C Kitaplığı
6 | Mozilla'nın Javascript'in C implementasyonu.
7 | Spidermonkey est l'Implémentation C de Javascript par Mozilla.
8 | Spidermonkey es la implementación de JavaScript con C de Mozilla.
9 |
10 |
11 |
12 | spidermonkey-devel
13 | spidermonkey için geliştirme dosyaları
14 |
15 |
16 |
--------------------------------------------------------------------------------
/programming/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming
3 |
4 |
--------------------------------------------------------------------------------
/programming/debug/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.debug
3 |
4 |
--------------------------------------------------------------------------------
/programming/language/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.language
3 |
4 |
--------------------------------------------------------------------------------
/programming/language/ocaml/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.language.ocaml
3 |
4 |
--------------------------------------------------------------------------------
/programming/language/ocaml/ocaml/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | ocaml
5 | Hızlı ve modern bir programlama dili
6 | OcaML, ML dilinin soyundan gelen fonksiyonel bir programlama dilidir
7 |
8 |
9 |
10 | ocaml-mode
11 | Emacs için ocaml kipi
12 |
13 |
14 |
15 | labltk
16 | Ocaml için tk araç bağlayıcıları
17 |
18 |
19 |
--------------------------------------------------------------------------------
/programming/language/ruby/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.language.ruby
3 |
4 |
--------------------------------------------------------------------------------
/programming/language/ruby/ruby/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | #WorkDir="ruby-%s" % get.srcVERSION().replace("_","-")
12 |
13 | def setup():
14 | autotools.configure("--enable-shared \
15 | --enable-pthread \
16 | --disable-rpath \
17 | --with-sitedir=/usr/lib/ruby/site_ruby")
18 |
19 | def build():
20 | autotools.make()
21 |
22 | def install():
23 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
24 | autotools.rawInstall("DESTDIR=%s install-doc" % get.installDIR())
25 |
26 | inarytools.dodoc("COPYING*", "ChangeLog", "README*")
27 |
--------------------------------------------------------------------------------
/programming/language/tcl/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.language.tcl
3 |
4 |
--------------------------------------------------------------------------------
/programming/language/tcl/tcl/files/tcl-8.6.1-conf.patch:
--------------------------------------------------------------------------------
1 | diff --git a/unix/tcl.m4 b/unix/tcl.m4
2 | index 194cf90..76773f3 100644
3 | --- a/unix/tcl.m4
4 | +++ b/unix/tcl.m4
5 | @@ -1415,12 +1415,12 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
6 | # get rid of the warnings.
7 | #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
8 |
9 | - SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
10 | + SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS} -fPIC -Wl,-soname,${@}'
11 | DL_OBJS="tclLoadDl.o"
12 | DL_LIBS="-ldl"
13 | LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
14 | AS_IF([test $doRpath = yes], [
15 | - CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'])
16 | + CC_SEARCH_FLAGS=''])
17 | LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
18 | AS_IF([test "`uname -m`" = "alpha"], [CFLAGS="$CFLAGS -mieee"])
19 | AS_IF([test $do64bit = yes], [
--------------------------------------------------------------------------------
/programming/language/tcl/tcl/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | tcl
5 | Tcl programlama dili
6 | Tcl, çeşitli uygulamalar geliştirmek için kullanılabilen bir programlama dilidir.
7 | Tcl provee una plataforma potente para crear aplicaciones de integración de diversos aplicaciones, protocolos, dispositivos y frameworks
8 |
9 |
10 |
11 | tcl-devel
12 | tcl için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/programming/language/vala/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.autoreconf("-vfi")
13 | autotools.configure("--enable-vapigen \
14 | --with-pic \
15 | --disable-valadoc")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | #def check():
21 | #autotools.make("check")
22 |
23 | def install():
24 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
25 |
26 | inarytools.dodoc("NEWS", "README", "AUTHORS", "COPYING")
27 |
--------------------------------------------------------------------------------
/programming/language/vala/files/vim/vala.ftdetect:
--------------------------------------------------------------------------------
1 | autocmd BufNewFile,BufRead *.vala set ft=vala
2 | autocmd BufNewFile,BufRead *.vapi set ft=vala
3 |
--------------------------------------------------------------------------------
/programming/library/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.library
3 |
4 |
5 |
--------------------------------------------------------------------------------
/programming/library/libbsd/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/copyleft/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | autotools.configure("--disable-static \
13 | --disable-silent-rules")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | # solve conflict with elfutils and glibc-devel
22 | # inarytools.remove("/usr/include/nlist.h")
23 | # inarytools.remove("/usr/lib/libbsd.a")
24 |
25 | inarytools.dodoc("ChangeLog", "COPYING", "README", "TODO")
26 |
--------------------------------------------------------------------------------
/programming/library/libbsd/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libbsd
5 | Taşınabilirlik için BSD uyumlu fonksiyonlar sağlayan bir kitaplık.
6 | GNU Linux sistemlerde bulunmayan BSD sistemlere özgü fonsiyonları barındıran bir kitaplıktır ve BSD uygulamalarının GNU Linux'a taşınmasını kolaylaştırır.
7 |
8 |
--------------------------------------------------------------------------------
/programming/library/swig/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.configure()
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("ANNOUNCE", "CHANGES*", "LICENSE", "README", "TODO")
21 |
--------------------------------------------------------------------------------
/programming/library/swig/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | swig
5 | Basitleştirilmiş arayüz oluşturucu
6 | SWIG, C ve C++ ile yazılmış uygulamaları çeşitli üst düzey programlama dilleri ile bağlayan bir yazılım geliştirme aracıdır. SWIG, genel betik dilleri olan Perl, PHP, Python, Tcl, Ruby gibi farklı diller ile kullanılır.
7 | Simplified Wrapper and Interface Generator (Générateur d'interface de scripts d'enrobage simplifié), SWIG est un outil de développement qui connecte des programmes écrits en C et C++ avec divers langages de programmation de haut niveau. SWIG est utilisé avec différents type de langages incluant les langages de script habituels tels que Perl, PHP, Python, Tcl, Ruby.
8 |
9 |
10 |
--------------------------------------------------------------------------------
/programming/misc/boost/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | boost
5 | Açık kaynak kodlu ve taşınabilir C++ kaynak kitaplıkları
6 | Boost, kaynak kodları gözden geçirilmiş C++ kitaplıklarını içerir.
7 | Boost propose des librairies C++ gratuites, portables et relues en comité. L'accent est porté sur les librairies portables qui fonctionnent bien avec la Librairie Standard C++.
8 |
9 |
10 |
11 | boost-devel
12 | boost için başlık dosyaları ve kitaplık belgeleri
13 |
14 |
15 |
--------------------------------------------------------------------------------
/programming/misc/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.misc
3 |
4 |
--------------------------------------------------------------------------------
/programming/misc/icu4c/files/icu.XXXX.buildfix.patch:
--------------------------------------------------------------------------------
1 | --- icu/source/configure.in 2009-07-01 19:51:26.000000000 +0100
2 | +++ icu/source/configure.in 2009-11-19 09:12:23.000000000 +0000
3 | @@ -57,6 +57,11 @@
4 |
5 | AC_SUBST(cross_compiling)
6 |
7 | +dnl use the pld hack to get ac_fn_cxx_try_link defined globally and not local
8 | +AC_LANG_PUSH([C++])
9 | +AC_LINK_IFELSE([AC_LANG_PROGRAM()])
10 | +AC_LANG_POP([C++])
11 | +
12 | # make sure install is relative to srcdir - if a script
13 | if test "$srcdir" = "."; then
14 | # If srcdir isn't just ., then (srcdir) is already prepended.
15 |
--------------------------------------------------------------------------------
/programming/misc/icu4c/files/icu_xlocale.patch:
--------------------------------------------------------------------------------
1 | --- icu/source/i18n/digitlst.cpp 2016-10-27 04:37:56.000000000 +0300
2 | +++ icu/source/i18n/digitlst.cpp.orig 2019-04-05 01:21:53.268896065 +0300
3 | @@ -61,7 +61,8 @@
4 | #endif
5 |
6 | #if U_USE_STRTOD_L
7 | -# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
8 | +# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN \
9 | + || defined(__NETBSD__) || ((__GLIBC_MINOR__ >= 26) && !defined(__APPLE__))
10 | # include
11 | # else
12 | # include
13 |
14 |
--------------------------------------------------------------------------------
/programming/misc/icu4c/files/rbbi.patch:
--------------------------------------------------------------------------------
1 | --- source/common/unicode/rbbi.h 2006-08-11 08:46:40.000000000 +0300
2 | +++ source/common/unicode/rbbi.h 2007-11-15 04:08:17.000000000 +0200
3 | @@ -611,12 +611,14 @@
4 | virtual int32_t getBreakType() const;
5 | #endif
6 |
7 | +public:
8 | /**
9 | * Set the type of the break iterator.
10 | * @internal
11 | */
12 | virtual void setBreakType(int32_t type);
13 |
14 | +protected:
15 | /**
16 | * Common initialization function, used by constructors and bufferClone.
17 | * (Also used by DictionaryBasedBreakIterator::createBufferClone().)
18 |
--------------------------------------------------------------------------------
/programming/misc/json-glib/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | json-glib
5 | JavaScript Nesne Notasyon biçimi için bir kitaplık
6 | json-glib JavaScript Nesne Notasyon (JSON) biçimi için serileştirme ve ters serileştirme sağlayan bir kitaplıktır.
7 |
8 |
9 |
10 | json-glib-devel
11 | json-glib için geliştirme dosyaları
12 |
13 |
14 |
15 | json-glib-32bit
16 | json-glib için 32-bit paylaşımlı kitaplıklar
17 |
18 |
--------------------------------------------------------------------------------
/programming/misc/libedit/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.configure("--disable-static \
13 | --enable-widec \
14 | --disable-dependency-tracking \
15 | --enable-fast-install")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("ChangeLog", "COPYING", "THANKS")
24 | inarytools.remove("/usr/lib/libedit.la")
25 | inarytools.remove("/usr/share/man/man3/history.3")
26 |
--------------------------------------------------------------------------------
/programming/misc/libedit/files/libedit-3.0-sigwinch.patch:
--------------------------------------------------------------------------------
1 | --- libedit-20090923-3.0/src/read.c.sigwinch 2009-09-23 22:04:26.000000000 +0100
2 | +++ libedit-20090923-3.0/src/read.c 2010-03-19 20:47:46.000000000 +0000
3 | @@ -301,6 +301,9 @@ read_char(EditLine *el, char *cp)
4 | sig_set(el);
5 | el_set(el, EL_REFRESH);
6 | goto again;
7 | + } else if (el->el_signal->sig_no == SIGWINCH) {
8 | + sig_set(el);
9 | + goto again;
10 | }
11 | if (!tried && read__fixio(el->el_infd, errno) == 0)
12 | tried = 1;
13 |
--------------------------------------------------------------------------------
/programming/misc/libedit/files/workaround-for-unicode-problem.patch:
--------------------------------------------------------------------------------
1 | --- src/makelist.orig 2007-08-31 01:03:08.000000000 +0300
2 | +++ src/makelist 2007-12-30 00:17:35.000000000 +0200
3 | @@ -38,6 +38,8 @@
4 | AWK=awk
5 | USAGE="Usage: $0 -h|-e|-fc|-fh|-bc|-bh|-m "
6 |
7 | +export LC_ALL=C
8 | +
9 | if [ "x$1" = "x" ]
10 | then
11 | echo $USAGE 1>&2
12 |
--------------------------------------------------------------------------------
/programming/misc/libedit/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libedit
5 | NetBSD Editline kitaplığının Linux portu
6 | libedit, geçmiş bilgisini ve komut satırı düzenleme işlerini kolaylaştıran bir kitaplıktır.
7 |
8 |
9 |
10 | libedit-devel
11 | libedit için geliştirme dosyaları
12 |
13 |
14 |
--------------------------------------------------------------------------------
/programming/misc/libnotify/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 | from inary.actionsapi import get
11 |
12 |
13 | def setup():
14 | autotools.autoreconf("-vif")
15 |
16 | autotools.configure("--disable-static")
17 |
18 | def build():
19 | autotools.make()
20 |
21 | def install():
22 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
23 |
24 | inarytools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING")
25 |
--------------------------------------------------------------------------------
/programming/misc/libnotify/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libnotify
5 | Masaüstü bildirim kitaplığı
6 | Libnotify, masaüstü uyarılarını uyarı birimine gönderir.
7 | Envoie les notifications bureautiques à un daemon de notification.
8 | Envía notificaciones de escritorio al demonio de notificaciones
9 |
10 |
11 |
12 | libnotify-docs
13 | Libnotify belgeleri
14 |
15 |
16 |
17 | libnotify-devel
18 | libnotify için geliştirme dosyaları
19 |
20 |
21 |
--------------------------------------------------------------------------------
/programming/misc/libsigc++/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libsigc++
5 | C++ için sinyal altyapısı
6 | libsigc++, widget kitaplıkları, soyut arabirimlerde ve genel programlama esnasında kullanılmak üzere tasarlanmış bir sinyal ve callback altyapısıdır.
7 | Système de rappels à types sûrs (typesafe callback) pour C++.
8 |
9 |
10 |
11 | libsigc++-devel
12 | libsigc++ için geliştirme dosyaları
13 |
14 |
15 |
16 | libsigc++-docs
17 | libsigc++ için geliştirme belgeleri
18 |
19 |
20 |
--------------------------------------------------------------------------------
/programming/misc/libtalloc/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libtalloc
5 | Bellek yönetim kitaplığı
6 | libtalloc, samba hizmetinin temel bellek ayırıcısını oluşturan hiyerarşik havuz tabanlı ayırıcıyı gerçekleyen kitaplıktır.
7 |
8 |
9 |
10 | libtalloc-devel
11 | libtalloc için geliştirme dosyaları
12 |
13 |
14 |
15 | libtalloc-32bit
16 | libtalloc için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/programming/misc/libxklavier/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 | from inary.actionsapi import get
11 |
12 |
13 | def setup():
14 | shelltools.system("./autogen.sh --prefix=/usr \
15 | --with-xkb-bin-base=/usr/bin \
16 | --with-xkb-base=/usr/share/X11/xkb \
17 | --disable-static")
18 |
19 | def build():
20 | autotools.make()
21 |
22 | def install():
23 | autotools.install()
24 |
25 | inarytools.dodoc("NEWS", "README", "CREDITS", "AUTHORS", "ChangeLog")
26 |
--------------------------------------------------------------------------------
/programming/misc/libxklavier/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libxklavier
5 | Yüksek seviyeli bir XKB kitaplığı
6 | libxklavier, XKB tabanlı uygulamalar geliştirmek için kullanılabilen bir kitaplığıdır.
7 |
8 |
9 |
10 | libxklavier-devel
11 | libxklavier için geliştirme dosyaları
12 |
13 |
14 |
--------------------------------------------------------------------------------
/programming/profiler/component.xml:
--------------------------------------------------------------------------------
1 |
2 | programming.profiler
3 |
4 |
--------------------------------------------------------------------------------
/programming/profiler/valgrind/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 | from inary.actionsapi import get
11 |
12 | def setup():
13 | shelltools.export("CFLAGS", get.CFLAGS().replace("-fstack-protector",""))
14 | shelltools.export("CPPFLAGS", get.CXXFLAGS().replace("-fstack-protector",""))
15 | autotools.configure("--without-mpicc")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("AUTHORS", "FAQ.txt", "NEWS", "README*")
--------------------------------------------------------------------------------
/programming/profiler/valgrind/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | valgrind
5 | X86 ve PPC Linux platformları için bellek erişimi hata ayıklayıcı
6 | Valgrind, bu konuda ödül kazanmış Linux için çizge ve hata ayıklama araçları takımıdır. Valgrind ile gelen araçlar yardımıyla, birçok hafıza yönetimi ve iş parçacığı hatalarını otomatik olarak yakalayabilir, boşa geçen hata ayıklama saatlerinizi kazanabilir, programlarınızı daha kararlı bir hale getirebilirsiniz. Ayrıca programlarınızı daha hızlı çalışır yapmak ve kullandıkları hafızayı azaltmak için iş parçacıklarını detaylı olarak inceleyebilirsiniz.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/system/boot/component.xml:
--------------------------------------------------------------------------------
1 |
2 | system.boot
3 |
4 |
--------------------------------------------------------------------------------
/system/boot/efibootmgr/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | efibootmgr
5 | UEFI Firmware Yükleme Yöneticisi Değişkenlerini düzenlemek için araç
6 | UEFI Firmware Yükleme Yöneticisi Değişkenlerini düzenlemek için araç
7 |
8 |
9 |
--------------------------------------------------------------------------------
/system/boot/efivar/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import shelltools
9 | from inary.actionsapi import inarytools
10 | from inary.actionsapi import get
11 |
12 | def build():
13 | shelltools.export("CFLAGS", "-Os")
14 | inarytools.dosed("Make.defaults","-O0","-Os")
15 | inarytools.dosed("src/test/Makefile","-rpath=$(TOPDIR)/src/","-rpath=$(libdir)|g")
16 | autotools.make("libdir=/usr/lib bindir=/usr/bin includedir=/usr/include/ V=1 -j1")
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s libdir=/usr/lib/" % get.installDIR())
20 |
--------------------------------------------------------------------------------
/system/boot/efivar/files/0001-Workaround-rename-of-linux-nvme.h.patch:
--------------------------------------------------------------------------------
1 | From 3a0ae7189fe96355d64dc2daf91cf85282773c66 Mon Sep 17 00:00:00 2001
2 | From: Mike Gilbert
3 | Date: Thu, 14 Jan 2016 17:02:31 -0500
4 | Subject: [PATCH] Workaround rename of linux/nvme.h
5 |
6 | Bug: https://bugs.gentoo.org/571548
7 | ---
8 | src/linux.c | 5 +++++
9 | 1 file changed, 5 insertions(+)
10 |
11 | diff --git a/src/linux.c b/src/linux.c
12 | index b618cfd..9388cd3 100644
13 | --- a/src/linux.c
14 | +++ b/src/linux.c
15 | @@ -22,7 +22,12 @@
16 | #include
17 | #include
18 | #include
19 | +#include
20 | +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0)
21 | +#include
22 | +#else
23 | #include
24 | +#endif
25 | #include
26 | #include
27 | #include
28 | --
29 | 2.7.2
30 |
--------------------------------------------------------------------------------
/system/boot/efivar/files/efivar-no-static.patch:
--------------------------------------------------------------------------------
1 | From d084645fdc9bf805b39b0fb3ff7ec315661884be Mon Sep 17 00:00:00 2001
2 | From: Gary Lin
3 | Date: Wed, 9 Mar 2016 12:19:26 +0800
4 | Subject: [PATCH] Remove efivar-static since it requires static libs
5 |
6 | Signed-off-by: Gary Lin
7 | ---
8 | src/Makefile | 2 +-
9 | 1 file changed, 1 insertion(+), 1 deletion(-)
10 |
11 | diff --git a/src/Makefile b/src/Makefile
12 | index 5fc7887..e1c1ccd 100644
13 | --- a/src/Makefile
14 | +++ b/src/Makefile
15 | @@ -8,7 +8,7 @@ include $(TOPDIR)/Make.defaults
16 |
17 | LIBTARGETS=libefivar.so libefiboot.so
18 | STATICLIBTARGETS=libefivar.a libefiboot.a
19 | -BINTARGETS=efivar efivar-static
20 | +BINTARGETS=efivar
21 | PCTARGETS=efivar.pc efiboot.pc
22 | TARGETS=$(LIBTARGETS) $(STATICLIBTARGETS) $(BINTARGETS) $(PCTARGETS)
23 |
24 | --
25 | 2.7.2
26 |
--------------------------------------------------------------------------------
/system/boot/efivar/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | efivar
5 | EFI değişkenlerini işlemek için araçlar ve kütüphane
6 | EFI değişkenlerini işlemek için araçlar ve kütüphane
7 |
8 |
9 |
--------------------------------------------------------------------------------
/system/boot/grub2/files/42_custom:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | exec tail -n +3 $0
3 | # This file provides an easy way to add custom menu entries. Simply type the
4 | # menu entries you want to add after this comment. Be careful not to change
5 | # the 'exec tail' line above.
6 | menuentry 'Windows 10' --class windows --class os {
7 | set root='hd0,gpt2'
8 | chainloader /EFI/Microsoft/Boot/bootmgfw.efi
9 | boot
10 | }
11 |
--------------------------------------------------------------------------------
/system/boot/grub2/files/update-grub:
--------------------------------------------------------------------------------
1 | #! /bin/sh
2 | grub2-mkconfig -o /boot/grub2/grub.cfg
3 |
--------------------------------------------------------------------------------
/system/boot/grub2/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | grub2
5 | GNU GRUB is a Multiboot boot loader.
6 | GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/system/component.xml:
--------------------------------------------------------------------------------
1 |
2 | system
3 |
4 |
--------------------------------------------------------------------------------
/x11/component.xml:
--------------------------------------------------------------------------------
1 |
2 | x11
3 |
4 |
--------------------------------------------------------------------------------
/x11/library/Xaw3d/files/Xaw3d-1.5-box.c.patch:
--------------------------------------------------------------------------------
1 | --- Xaw3d/Box.c 1996-10-15 16:41:18.000000000 +0200
2 | +++ Xaw3d/Box.c 2007-04-24 15:28:39.000000000 +0200
3 | @@ -353,8 +353,16 @@
4 | else {
5 | width = preferred_width;
6 | do { /* find some width big enough to stay within this height */
7 | +#if 0
8 | width *= 2;
9 | if (width > constraint->width) width = constraint->width;
10 | +#endif
11 | + if (width > constraint->width/2) { /* avoid short int overflow */
12 | + width = constraint->width;
13 | + }
14 | + else {
15 | + width *= 2;
16 | + }
17 | DoLayout(w, width, 0, &preferred_width, &preferred_height, FALSE);
18 | } while (preferred_height > constraint->height &&
19 | width < constraint->width);
20 |
--------------------------------------------------------------------------------
/x11/library/Xaw3d/files/Xaw3d-1.5-i18n.patch:
--------------------------------------------------------------------------------
1 | --- Xaw3d-1.5/xc/lib/Xaw3d/MultiSrc.c.orig Tue Aug 6 22:51:08 2002
2 | +++ Xaw3d-1.5/xc/lib/Xaw3d/MultiSrc.c Tue Aug 6 22:51:16 2002
3 | @@ -735,6 +735,7 @@
4 |
5 | if ( string_set || (old_src->multi_src.type != src->multi_src.type) ) {
6 | RemoveOldStringOrFile(old_src, string_set);
7 | + src->multi_src.allocated_string = old_src->multi_src.allocated_string;
8 | file = InitStringOrFile(src, string_set);
9 |
10 | /* Load pieces does this logic for us, but it shouldn't. Its messy.*/
11 |
--------------------------------------------------------------------------------
/x11/library/Xaw3d/files/Xaw3d-out-of-tree.diff:
--------------------------------------------------------------------------------
1 | --- Imakefile.orig Thu Apr 30 19:50:26 1998
2 | +++ Imakefile Thu Apr 30 19:50:43 1998
3 | @@ -41,7 +41,7 @@
4 |
5 | # EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY
6 |
7 | -# EXTRA_INCLUDES = -I.
8 | +EXTRA_INCLUDES = -I.
9 |
10 | HEADERS = \
11 | AllWidgets.h \
12 |
--------------------------------------------------------------------------------
/x11/library/Xaw3d/files/Xaw3d-xfree86.diff:
--------------------------------------------------------------------------------
1 | --- XawI18n.h.orig Tue Aug 29 07:00:21 1995
2 | +++ XawI18n.h Tue Nov 19 02:22:09 1996
3 | @@ -27,12 +27,18 @@
4 |
5 | ********************************************************/
6 |
7 | +#if 0
8 | #ifdef HAS_WCTYPE_H
9 | #include
10 | +#if !defined(__linux__)
11 | #include
12 | +#endif
13 | +#endif
14 | #define wcslen(c) wslen(c)
15 | #define wcscpy(d,s) wscpy(d,s)
16 | #define wcsncpy(d,s,l) wsncpy(d,s,l)
17 | +#if 0
18 | +#endif
19 | #endif
20 |
21 | #ifdef HAS_WCHAR_H
22 |
--------------------------------------------------------------------------------
/x11/library/Xaw3d/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Xaw3d
5 | XPM imajlarına 3D görüntüsü ve desteği ekleyen bir kütüphanedir
6 | Xaw3d, Athena araçlarının yerini alması amaçlanarak hazırlanmıştır. Ek olarak 3B görünüş sağlar ve XPM resimlerini destekler.
7 | Xaw3d est globalement le remplaçant de la boîte à outils Athena. Il ajoute une apparence 3D ainsi que le support des images XMP.
8 |
9 |
10 |
11 | Xaw3d-devel
12 | Xaw3d için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/component.xml:
--------------------------------------------------------------------------------
1 |
2 | x11.library
3 |
4 |
--------------------------------------------------------------------------------
/x11/library/freeglut/files/freeglut-2.6.0-noxwarn.patch:
--------------------------------------------------------------------------------
1 | diff -up freeglut-2.6.0/src/freeglut_main.c.noxwarn freeglut-2.6.0/src/freeglut_main.c
2 | --- freeglut-2.6.0/src/freeglut_main.c.noxwarn 2010-05-31 10:49:29.002037712 +0200
3 | +++ freeglut-2.6.0/src/freeglut_main.c 2010-05-31 10:50:58.986037800 +0200
4 | @@ -1413,7 +1413,9 @@ void FGAPIENTRY glutMainLoopEvent( void
5 | break;
6 |
7 | default:
8 | - fgWarning ("Unknown X event type: %d\n", event.type);
9 | + /* Fedora patch: the unknown events seem to be quite frequent with
10 | + * the new xorg. Let's not inary the user with the messages */
11 | + /* fgWarning ("Unknown X event type: %d\n", event.type); */
12 | break;
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/x11/library/ftgl/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | autotools.autoreconf("-vfi")
13 | autotools.configure("--enable-shared \
14 | --disable-static\
15 | --with-x")
16 |
17 | inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
18 |
19 | def build():
20 | autotools.make()
21 |
22 | def install():
23 | autotools.install()
24 |
25 | inarytools.dodoc("AUTHORS", "BUGS", "ChangeLog", "NEWS", "README", "TODO")
26 |
27 |
--------------------------------------------------------------------------------
/x11/library/ftgl/files/ftgl-2.1.3-rc5-ttf_font.patch:
--------------------------------------------------------------------------------
1 | diff -up ftgl-2.1.3~rc5/demo/FTGLDemo.cpp.ttf_font ftgl-2.1.3~rc5/demo/FTGLDemo.cpp
2 | --- ftgl-2.1.3~rc5/demo/FTGLDemo.cpp.ttf_font 2008-06-08 17:49:10.000000000 +0200
3 | +++ ftgl-2.1.3~rc5/demo/FTGLDemo.cpp 2009-05-21 02:18:42.000000000 +0200
4 | @@ -48,7 +48,7 @@
5 | # define FONT_FILE "C:\\WINNT\\Fonts\\arial.ttf"
6 | # else
7 | // Put your font file here if configure did not find it.
8 | -# define FONT_FILE 0
9 | +# define FONT_FILE "/usr/share/fonts/dejavu/DejaVuSans.ttf"
10 | # endif
11 | #endif
12 |
13 |
--------------------------------------------------------------------------------
/x11/library/ftgl/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | ftgl
5 | OpenGL için yazı tipi hazırlama kitaplığı
6 | FTGL özgür, açık kaynak kodlu, OpenGL kullanan uygulamalarda çeşitli yazıtiplerini kullanmaya olanak tanıyan bir kitaplıktır.
7 |
8 |
9 |
10 | ftgl-devel
11 | ftgl için geliştirme dosyaları
12 |
13 |
14 |
--------------------------------------------------------------------------------
/x11/library/libFS/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libFS/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libFS
5 | X.Org FS kitaplığı
6 | Librairie FS de X.Org
7 | X.Org FS Bibliothek
8 |
9 |
10 |
11 | libFS-devel
12 | libFS için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/libICE/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static \
13 | --enable-ipv6 \
14 | --without-fop")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
21 |
22 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
23 |
--------------------------------------------------------------------------------
/x11/library/libICE/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libICE
5 | X.Org ICE kitaplığı
6 | libICE, Inter-Client Exchange protokolüne bir arayüz sağlayan X.Org kitaplığıdır.
7 | Utilitaire ICE de X.Org.
8 | X.Org ICE Bibliothek
9 |
10 |
11 |
12 | libICE-devel
13 | libICE için geliştirme dosyaları
14 |
15 |
16 |
17 | libICE-32bit
18 | libICE için 32-bit paylaşımlı kitaplıklar
19 |
20 |
21 |
--------------------------------------------------------------------------------
/x11/library/libSM/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static \
14 | --without-xmlto \
15 | --with-libuuid \
16 | --without-fop")
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
24 |
--------------------------------------------------------------------------------
/x11/library/libSM/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libSM
5 | X.Org SM kitaplığı.
6 | Librairie SM de X.Org.
7 | X.Org SM Bibliothek
8 |
9 |
10 |
11 | libSM-devel
12 | libSM için geliştirme dosyaları
13 |
14 |
15 |
16 | libSM-32bit
17 | libSM için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libX11/files/fix-null-pointer.patch:
--------------------------------------------------------------------------------
1 | diff -Naur libX11-1.3.5//src/xlibi18n/ICWrap.c libX11-1.3.5.tpg//src/xlibi18n/ICWrap.c
2 | --- libX11-1.3.5//src/xlibi18n/ICWrap.c 2010-08-10 04:59:44.000000000 +0000
3 | +++ libX11-1.3.5.tpg//src/xlibi18n/ICWrap.c 2010-09-17 17:11:21.000000000 +0000
4 | @@ -283,7 +283,7 @@
5 | XIMArg *args;
6 | char *ret;
7 |
8 | - if (!ic->core.im)
9 | + if (!ic || !ic->core.im)
10 | return (char *) NULL;
11 |
12 | /*
13 |
--------------------------------------------------------------------------------
/x11/library/libX11/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libX11
5 | X.Org X11 kitaplığı
6 | Librairie X11 de X.Org.
7 | X.Org X11 Bibliothek
8 |
9 |
10 |
11 | libX11-devel
12 | libX11 için geliştirme dosyaları
13 |
14 |
15 |
16 | libX11-32bit
17 | libX11 için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXScrnSaver/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("ChangeLog", "COPYING", "README")
22 |
--------------------------------------------------------------------------------
/x11/library/libXScrnSaver/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXScrnSaver
5 | X.Org XScrnSaver kitaplığı
6 | Librairie XScrnSaver de X.Org
7 | X.Org XScrnSaver Bibliothek
8 |
9 |
10 |
11 | libXScrnSaver-devel
12 | libXScrnSaver için geliştirme dosyaları
13 |
14 |
15 |
16 | libXScrnSaver-32bit
17 | libXScrnSaver için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXau/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import shelltools
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 |
--------------------------------------------------------------------------------
/x11/library/libXau/files:
--------------------------------------------------------------------------------
1 | --- libXau-1.0.3/AuDispose.c.orig 2007-11-23 17:51:27.000000000 -0200
2 | +++ libXau-1.0.3/AuDispose.c 2007-11-23 17:51:34.000000000 -0200
3 | @@ -33,7 +33,7 @@ in this Software without prior written a
4 | #include
5 | #include
6 |
7 | -void
8 | +_X_EXPORT void
9 | XauDisposeAuth (Xauth *auth)
10 | {
11 | if (auth) {
12 | --- libXau-1.0.3/AuRead.c.orig 2007-11-23 17:52:14.000000000 -0200
13 | +++ libXau-1.0.3/AuRead.c 2007-11-23 17:52:21.000000000 -0200
14 | @@ -69,7 +69,7 @@ read_counted_string (unsigned short *cou
15 | return 1;
16 | }
17 |
18 | -Xauth *
19 | +_X_EXPORT Xauth *
20 | XauReadAuth (FILE *auth_file)
21 | {
22 | Xauth local;
23 |
--------------------------------------------------------------------------------
/x11/library/libXau/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXau
5 | X.Org Au kitaplığı.
6 | Librairie Au de X.Org.
7 | X.Org Au Bibliothek
8 | libXau, X yetkilendirme dosyalarını yönetmek için işlevler sağlar.
9 |
10 |
11 |
12 | libXau-devel
13 | libXau için geliştirme dosyaları
14 |
15 |
16 |
17 | libXau-32bit
18 | libXau için 32-bit paylaşımlı kitaplıklar
19 |
20 |
21 |
--------------------------------------------------------------------------------
/x11/library/libXaw/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 |
13 | autotools.configure("--disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("ChangeLog", "COPYING", "README")
22 |
--------------------------------------------------------------------------------
/x11/library/libXaw/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXaw
5 | X Athena Parçacıkları kitaplığı
6 |
7 |
8 |
9 | libXaw-devel
10 | libXaw için geliştirme dosyaları
11 |
12 |
13 |
14 | libXaw-32bit
15 | libXaw için 32-bit paylaşımlı kitaplıklar
16 |
17 |
18 |
--------------------------------------------------------------------------------
/x11/library/libXcomposite/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXcursor/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXcursor/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXcursor
5 | X.Org Xcursor kitaplığı
6 | Librairie Xcursor de X.Org
7 | X.Org Xcursor Bibliothek
8 |
9 |
10 |
11 | libXcursor-devel
12 | libXcursor için geliştirme dosyaları
13 |
14 |
15 |
16 | libXcursor-32bit
17 | libXcursor için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXdamage/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static")
14 |
15 | inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
24 |
--------------------------------------------------------------------------------
/x11/library/libXdmcp/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-fi")
12 |
13 | autotools.configure("--disable-static \
14 | --without-xmlto")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
21 |
22 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
23 |
--------------------------------------------------------------------------------
/x11/library/libXdmcp/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXdmcp
5 | X.Org Xdmcp kitaplığı.
6 | Librairie Xdmcp de X.Org.
7 | X.Org Xdmcp Bibliothek
8 | LibXdmcp, X Ekran Yöneticisi Denetim Protokolü kitaplığıdır.
9 |
10 |
11 |
12 | libXdmcp-devel
13 | libXdmcp için geliştirme dosyaları
14 |
15 |
16 |
17 | libXdmcp-32bit
18 | libXdmcp için 32-bit paylaşımlı kitaplıklar
19 |
20 |
21 |
--------------------------------------------------------------------------------
/x11/library/libXext/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXext/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXext
5 | X.Org Xext kitaplığı
6 | Librairie Xext de X.Org
7 | X.Org Xext Bibliothek
8 | LibXext, çeşitli X protokolü uzantıları için X Pencere Sistemi istemci arayüzü sunar.
9 |
10 |
11 |
12 | libXext-devel
13 | libXext için geliştirme dosyaları
14 |
15 |
16 |
17 | libXext-32bit
18 | libXext için 32-bit paylaşımlı kitaplıklar
19 |
20 |
21 |
--------------------------------------------------------------------------------
/x11/library/libXfixes/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
22 |
23 |
--------------------------------------------------------------------------------
/x11/library/libXfixes/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXfixes
5 | X.Org Xfixes kitaplığı
6 | Librairie Xfixes de X.Org
7 | X.Org Xfixes Bibliothek
8 |
9 |
10 |
11 | libXfixes-devel
12 | libXfixes için geliştirme dosyaları
13 |
14 |
15 |
16 | libXfixes-32bit
17 | libXfixes için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXfont/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXfont
5 | X.Org Xfont kitaplığı
6 | Librairie Xfont de X.Org
7 | X.Org Xfont Bibliothek
8 |
9 |
10 |
11 | libXfont-devel
12 | libXfont için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/libXfont2/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static \
13 | --disable-devel-docs")
14 |
15 | inarytools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
24 |
--------------------------------------------------------------------------------
/x11/library/libXfont2/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXfont
5 | X.Org Xfont kitaplığı
6 | Librairie Xfont de X.Org
7 | X.Org Xfont Bibliothek
8 |
9 |
10 |
11 | libXfont-devel
12 | libXfont için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/libXft/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXft/files/freetype_header.patch:
--------------------------------------------------------------------------------
1 | From 4acfdaf95adb0a05c2a25550bdde036c865902f4 Mon Sep 17 00:00:00 2001
2 | From: Julien Cristau
3 | Date: Mon, 02 Dec 2013 15:26:24 +0000
4 | Subject: Use FT_*_H macros instead of including
5 |
6 | freetype moved its headers around in 2.5.1.
7 |
8 | Signed-off-by: Julien Cristau
9 | ---
10 | diff --git a/src/xftglyphs.c b/src/xftglyphs.c
11 | index 2f3dc5a..4b5fb82 100644
12 | --- a/src/xftglyphs.c
13 | +++ b/src/xftglyphs.c
14 | @@ -21,10 +21,10 @@
15 | */
16 |
17 | #include "xftint.h"
18 | -#include
19 | -#include
20 | +#include FT_OUTLINE_H
21 | +#include FT_LCD_FILTER_H
22 |
23 | -#include
24 | +#include FT_SYNTHESIS_H
25 |
26 | /*
27 | * Validate the memory info for a font
28 | --
29 | cgit v0.9.0.2-2-gbebe
30 |
--------------------------------------------------------------------------------
/x11/library/libXft/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXft
5 | X.Org Xft kitaplığı
6 | Librairie Xft de X.Org
7 | X.Org Xft Bibliothek
8 |
9 |
10 |
11 | libXft-devel
12 | libXft için geliştirme dosyaları
13 |
14 |
15 |
16 | libXft-32bit
17 | libXft için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXi/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | inarytools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
15 | inarytools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
16 | inarytools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
17 |
18 | def build():
19 | autotools.make()
20 |
21 | def install():
22 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
23 |
24 | inarytools.dodoc("ChangeLog", "COPYING", "README")
25 |
--------------------------------------------------------------------------------
/x11/library/libXi/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXi
5 | X.Org Xi kitaplığı
6 | Librairie Xi de X.Org
7 | X.Org Xi Bibliothek
8 |
9 |
10 |
11 | libXi-devel
12 | libXi için geliştirme dosyaları
13 |
14 |
15 |
16 | libXi-32bit
17 | libXi için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXinerama/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXinerama/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXinerama
5 | X.Org Xinerama kitaplığı
6 | librairie Xinerama de X.Org
7 | X.Org Xinerama Bibliothek
8 |
9 |
10 |
11 | libXinerama-devel
12 | libXinerama için geliştirme dosyaları
13 |
14 |
15 |
16 | libXinerama-32bit
17 | libXinerama için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXmu/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXmu/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXmu
5 | X.Org Xmu kitaplığı
6 | Librairie Xmu de X.Org
7 | X.Org Xmu Bibliothek
8 | LibXmu, X kitaplıklarında kullanmak için çeşitli yardımcı fonksiyonlar içerir.
9 |
10 |
11 |
12 | libXmu-devel
13 | libXmu için geliştirme dosyaları
14 |
15 |
16 |
17 | libXmu-32bit
18 | libXmu için 32-bit paylaşımlı kitaplıklar
19 |
20 |
21 |
--------------------------------------------------------------------------------
/x11/library/libXpm/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXpm/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXpm
5 | X.Org Xpm kitaplığı
6 | Librairie Xpm de X.Org
7 | X.Org Xpm Bibliothek
8 |
9 |
10 |
11 | libXpm-devel
12 | libXpm için geliştirme dosyaları
13 |
14 |
15 |
16 | libXpm-32bit
17 | libXpm için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXrandr/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #actions.py
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING")
21 |
--------------------------------------------------------------------------------
/x11/library/libXrandr/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXrandr
5 | X.Org Xrand kitaplığı.
6 | Librairie Xrand de X.Org.
7 | X.Org Xrand Bibliothek
8 |
9 |
10 |
11 | libXrandr-devel
12 | libXrandr için geliştirme dosyaları
13 |
14 |
15 |
16 | libXrandr-32bit
17 | libXrandr için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXrender/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXrender/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXrender
5 | X.Org Xrender kitaplığı
6 | Librairie Xrender de X.Org
7 | X.Org Xrender Bibliothek
8 |
9 |
10 |
11 | libXrender-devel
12 | libXrender için geliştirme dosyaları
13 |
14 |
15 |
16 | libXrender-32bit
17 | libXrender için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXres/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXres/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXres
5 | X.Org Xres kitaplığı
6 | Librairie Xres de X.Org
7 | X.Org Xres Bibliothek
8 |
9 |
10 |
11 | libXres-devel
12 | libXres için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/libXt/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXt/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXt
5 | X.Org Xt kitaplığı
6 | Librairie Xt de X.Org
7 | X.Org Xt Bibliothek
8 |
9 |
10 |
11 | libXt-devel
12 | libXt için geliştirme dosyaları
13 |
14 |
15 |
16 | libXt-32bit
17 | libXt için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXtst/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
21 |
22 | inarytools.dodoc("ChangeLog", "COPYING", "README")
23 |
--------------------------------------------------------------------------------
/x11/library/libXtst/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXtst
5 | X.Org Xtst kitaplığı
6 | Librairie Xtst de X.Org
7 | X.Org Xtst Bibliothek
8 |
9 |
10 |
11 | libXtst-devel
12 | libXtst için geliştirme dosyaları
13 |
14 |
15 |
16 | libXtst-32bit
17 | libXtst için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXv/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 | inarytools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
14 | inarytools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
15 | inarytools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
24 |
--------------------------------------------------------------------------------
/x11/library/libXv/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXv
5 | X.Org Xv kitaplığı
6 | Librairie Xv de X.Org
7 | X.Org Xv Bibliothek
8 |
9 |
10 |
11 | libXv-devel
12 | libXv için geliştirme dosyaları
13 |
14 |
15 |
16 | libXv-32bit
17 | libXv için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXvMC/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static")
14 |
15 | inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("ChangeLog", "COPYING", "README")
24 |
--------------------------------------------------------------------------------
/x11/library/libXvMC/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXvMC
5 | X.Org XvMC kitaplığı
6 | Librairie XvMC de X.Org
7 | X.Org XvMC Bibliothek
8 |
9 |
10 |
11 | libXvMC-devel
12 | libXvMC için geliştirme dosyaları
13 |
14 |
15 |
16 | libXvMC-32bit
17 | libXvMC için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXxf86dga/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXxf86dga/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXxf86dga
5 | X.Org Xxf86dga kitaplığı
6 | Librairie Xxf86dga de X.Org
7 | X.Org Xxf86dga Bibliothek
8 |
9 |
10 |
11 | libXxf86dga-devel
12 | libXxf86dga için geliştirme dosyaları
13 |
14 |
15 |
16 | libXxf86dga-32bit
17 | libXxf86dga için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXxf86misc/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libXxf86misc/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXxf86misc
5 | X.Org libXxf86misc kitaplığı
6 | Librairie libXxf86misc de X.Org
7 | X.Org libXxf86misc Bibliothek
8 |
9 |
10 |
11 | libXxf86misc-devel
12 | libXxf86misc için geliştirme dosyaları
13 |
14 |
15 |
16 | libXxf86misc-32bit
17 | libXxf86misc için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libXxf86miscproto/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 | inarytools.removeDir("/usr/include")
20 | inarytools.dodoc("ChangeLog", "COPYING")
21 |
--------------------------------------------------------------------------------
/x11/library/libXxf86miscproto/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXxf86miscproto
5 | X.Org libXxf86miscproto kitaplığı
6 | Librairie libXxf86miscproto de X.Org
7 | X.Org libXxf86miscproto Bibliothek
8 |
9 |
10 |
11 | libXxf86miscproto-devel
12 | libXxf86miscproto için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/libXxf86vm/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("ChangeLog", "COPYING", "README")
22 |
--------------------------------------------------------------------------------
/x11/library/libXxf86vm/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libXxf86vm
5 | X.Org Xxf86vm kitaplığı
6 | Librairie Xxf86vm de X.Org
7 | X.Org Xxf86vm Bibliothek
8 |
9 |
10 |
11 | libXxf86vm-devel
12 | libXxf86vm için geliştirme dosyaları
13 |
14 |
15 |
16 | libXxf86vm-32bit
17 | libXxf86vm için 32-bit paylaşımlı kitaplıklar
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/libdmx/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("ChangeLog", "COPYING", "README")
21 |
--------------------------------------------------------------------------------
/x11/library/libdmx/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libdmx
5 | X.Org dmx kitaplığı
6 | Librairie dmx de X.Org
7 | X.Org dmx Bibliothek
8 |
9 |
10 |
11 | libdmx-devel
12 | libdmx için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/libdrm/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import mesontools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 |
11 | def setup():
12 | #inarytools.dosed("configure.ac", "pthread-stubs", deleteLine=True)
13 | mesontools.meson_configure(" -Dudev=false \
14 | -Dvalgrind=false")
15 | def build():
16 | mesontools.ninja_build()
17 |
18 | def install():
19 | mesontools.ninja_install()
20 |
--------------------------------------------------------------------------------
/x11/library/libdrm/files/91-drm-modeset.rules:
--------------------------------------------------------------------------------
1 | KERNEL=="controlD[0-9]*", NAME="dri/%k", MODE="0666", GROUP="video"
2 |
--------------------------------------------------------------------------------
/x11/library/libdrm/files/disable-cairo.patch:
--------------------------------------------------------------------------------
1 | Index: libdrm-2.4.7/configure.ac
2 | ===================================================================
3 | --- libdrm-2.4.7.orig/configure.ac
4 | +++ libdrm-2.4.7/configure.ac
5 | @@ -125,12 +125,6 @@ fi
6 |
7 | AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes])
8 |
9 | -PKG_CHECK_MODULES(CAIRO, cairo, [HAVE_CAIRO=yes], [HAVE_CAIRO=no])
10 | -if test "x$HAVE_CAIRO" = xyes; then
11 | - AC_DEFINE(HAVE_CAIRO, 1, [Have cairo support])
12 | -fi
13 | -AM_CONDITIONAL(HAVE_CAIRO, [test "x$HAVE_CAIRO" = xyes])
14 | -
15 | # For enumerating devices in test case
16 | PKG_CHECK_MODULES(LIBUDEV, libudev, [HAVE_LIBUDEV=yes], [HAVE_LIBUDEV=no])
17 | if test "x$HAVE_LIBUDEV" = xyes; then
18 |
--------------------------------------------------------------------------------
/x11/library/libdrm/files/fix-underlinking.patch:
--------------------------------------------------------------------------------
1 | Index: libdrm-2.4.22/libkms/Makefile.am
2 | ===================================================================
3 | --- libdrm-2.4.22.orig/libkms/Makefile.am
4 | +++ libdrm-2.4.22/libkms/Makefile.am
5 | @@ -6,7 +6,7 @@ AM_CFLAGS = \
6 | libkms_la_LTLIBRARIES = libkms.la
7 | libkms_ladir = $(libdir)
8 | libkms_la_LDFLAGS = -version-number 1:0:0 -no-undefined
9 | -libkms_la_LIBADD =
10 | +libkms_la_LIBADD = ../libdrm.la
11 |
12 | #if HAVE_LIBUDEV
13 | #libkms_la_LIBADD += $(LIBUDEV_LIBS)
14 |
--------------------------------------------------------------------------------
/x11/library/libdrm/files/libdrm-make-dri-perms-okay.patch:
--------------------------------------------------------------------------------
1 | diff -up libdrm-20080303/xf86drm.h.da libdrm-20080303/xf86drm.h
2 | --- libdrm-20080303/xf86drm.h.da 2008-03-19 15:26:31.000000000 +1000
3 | +++ libdrm-20080303/xf86drm.h 2008-03-19 15:26:46.000000000 +1000
4 | @@ -45,7 +45,7 @@
5 | /* Default /dev/dri directory permissions 0755 */
6 | #define DRM_DEV_DIRMODE \
7 | (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
8 | -#define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
9 | +#define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
10 |
11 | #define DRM_DIR_NAME "/dev/dri"
12 | #define DRM_DEV_NAME "%s/card%d"
13 |
--------------------------------------------------------------------------------
/x11/library/libepoxy/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.autoreconf("-vfi")
13 |
14 | autotools.configure()
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" %get.installDIR())
21 |
22 | inarytools.dodoc("README.md", "COPYING")
23 |
--------------------------------------------------------------------------------
/x11/library/libevdev/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/copyleft/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.configure("--disable-static \
13 | --disable-gcov")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("COPYING")
22 |
--------------------------------------------------------------------------------
/x11/library/libevdev/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libevdev
5 | Wrapper library for evdev devices
6 | Wrapper library for evdev devices
7 |
8 |
9 |
--------------------------------------------------------------------------------
/x11/library/libfakekey/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 |
11 | def setup():
12 | inarytools.ldflags.add("-lX11")
13 | autotools.configure()
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
--------------------------------------------------------------------------------
/x11/library/libfakekey/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libfakekey
5 | X virtual keyboard library.
6 | X sanal klavye kütüphanesi.
7 |
8 |
9 |
10 | libfakekey-devel
11 | libfakekey için geliştirme dosyaları
12 |
13 |
14 |
--------------------------------------------------------------------------------
/x11/library/libfontenc/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--with-encodingsdir=/usr/share/fonts/encodings \
13 | --disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("ChangeLog", "COPYING", "README")
22 |
--------------------------------------------------------------------------------
/x11/library/libfontenc/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libfontenc
5 | X.Org fontenc kitaplığı
6 | Librairie fontenc de X.Org
7 | X.Org fontenc Bibliothek
8 |
9 |
10 |
11 | libfontenc-devel
12 | libfontenc için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/liboldX/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 2.
4 | # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.configure("--disable-static")
12 |
13 | def build():
14 | autotools.make()
15 |
16 | def install():
17 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
18 |
19 | inarytools.dodoc("ChangeLog", "COPYING")
20 |
--------------------------------------------------------------------------------
/x11/library/liboldX/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | liboldX
5 | X.Org oldX kitaplığı
6 | Librairie oldX de X.Org
7 | X.Org oldX Bibliothek
8 |
9 |
10 |
11 | liboldX-devel
12 | liboldX için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/libomxil-bellagio/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import shelltools
10 | from inary.actionsapi import get
11 |
12 | def setup():
13 | shelltools.system("sed -e 's/-Werror//' -i configure.ac")
14 | autotools.autoreconf("-fiv")
15 | autotools.configure("--disable-static")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
24 |
--------------------------------------------------------------------------------
/x11/library/libomxil-bellagio/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libomxil-bellagio
5 | An opensource implementation of the OpenMAX Integration Layer API
6 | An opensource implementation of the OpenMAX Integration Layer API
7 |
8 |
9 |
--------------------------------------------------------------------------------
/x11/library/libpciaccess/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static \
13 | --with-pciids-path=/usr/share/misc/")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
22 |
--------------------------------------------------------------------------------
/x11/library/libpciaccess/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libpciaccess
5 | X.Org PCI erişim kitaplığı
6 | libpciaccess, değişik işletim sistemleri için taşınabilir PCI erişim rutinleri içeren Xorg kitaplığıdır.
7 |
8 |
9 |
10 | libpciaccess-devel
11 | libpciaccess için geliştirme dosyaları
12 |
13 |
14 |
15 | libpciaccess-32bit
16 | libpciaccess için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/libvdpau/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.configure("--disable-static \
12 | --disable-documentation")
13 |
14 | inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
21 |
22 | inarytools.dodoc("AUTHORS", "COPYING")
23 |
--------------------------------------------------------------------------------
/x11/library/libvdpau/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libvdpau
5 | Video kodu çözme ve sunma API'si için ara kitaplık
6 | VDPAU (Video Decode and Presentation API for UNIX), modern grafik işlemcilerde yer alan video kod çözümü hızlandırma ve sunma donanımına bir arayüz sağlar.
7 |
8 |
9 |
10 | libvdpau-devel
11 | libvdpau için geliştirme dosyaları
12 |
13 |
14 |
15 | libvdpau-32bit
16 | libvdpau için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/libxcb/files/libxcb-1.1-no-pthread-stubs.patch:
--------------------------------------------------------------------------------
1 | --- libxcb-1.8.1/configure.ac 2012-03-09 15:38:38.000000000 +0100
2 | +++ libxcb-1.8.1/configure.ac.new 2019-04-04 17:10:05.313414526 +0300
3 | @@ -51,7 +51,7 @@
4 |
5 | # Checks for pkg-config packages
6 | PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.13)
7 | -NEEDED="pthread-stubs xau >= 0.99.2"
8 | +NEEDED="xau >= 0.99.2"
9 | PKG_CHECK_MODULES(NEEDED, $NEEDED)
10 |
11 | have_xdmcp="no"
12 |
--------------------------------------------------------------------------------
/x11/library/libxcb/files/pthread-stubs.pc:
--------------------------------------------------------------------------------
1 | prefix=/usr
2 | exec_prefix=${prefix}
3 | libdir=${exec_prefix}/lib
4 |
5 | Name: pthread stubs
6 | Description: Stubs missing from libc for standard pthread functions
7 | Version: 0.3
8 | Libs:
9 |
--------------------------------------------------------------------------------
/x11/library/libxcb/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libxcb
5 | X protokolü için C dili bağlayıcısı (XCB)
6 |
7 |
8 |
9 | libxcb-devel
10 | libxcb için geliştirme dosyaları
11 |
12 |
13 |
14 | libxcb-32bit
15 | libxcb için 32-bit paylaşımlı kitaplıklar
16 |
17 |
18 |
--------------------------------------------------------------------------------
/x11/library/libxkbcommon/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Copyright 2010 TUBITAK/BILGEM
5 | # Licensed under the GNU General Public License, version 2.
6 | # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
7 |
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 | from inary.actionsapi import get
11 |
12 | def setup():
13 | autotools.autoreconf("-vif")
14 | autotools.configure("--disable-static")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
21 |
22 | inarytools.dodoc("NEWS", "README.md", "LICENSE")
23 |
--------------------------------------------------------------------------------
/x11/library/libxkbcommon/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libxkbcommon
5 | Evdev keycode'larını keysms türüne çeviren bir kitaplık
6 | Evdev keycode'larını keysms türüne çeviren bir kitaplık
7 |
8 |
9 |
10 | libxkbcommon-devel
11 | libxkbcommon için geliştirme dosyaları
12 |
13 |
14 |
15 | libxkbcommon-32bit
16 | 32-bit shared libraries for libxkbcommon
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/libxkbfile/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 |
9 | def setup():
10 | autotools.autoreconf("-vif")
11 | autotools.configure("--disable-static")
12 |
13 | def build():
14 | autotools.make()
15 |
16 | def install():
17 | autotools.install()
18 |
19 | inarytools.dodoc("ChangeLog", "COPYING", "README")
20 |
--------------------------------------------------------------------------------
/x11/library/libxkbfile/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | libxkbfile
5 | X.Org xkbfile kitaplığı
6 | Librairie xkbfile de X.Org
7 | X.Org xkbfile Bibliothek
8 |
9 |
10 |
11 | libxkbfile-devel
12 | libxkbfile için geliştirme dosyaları
13 |
14 |
15 |
--------------------------------------------------------------------------------
/x11/library/libxshmfence/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import get
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 | inarytools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
14 | inarytools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
15 | inarytools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("ChangeLog", "COPYING", "README")
24 |
--------------------------------------------------------------------------------
/x11/library/mesa-glu/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.autoreconf("-vif")
12 | autotools.configure("--disable-static")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def check():
18 | autotools.make("check")
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
--------------------------------------------------------------------------------
/x11/library/mesa-glu/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | mesa-glu
4 | mesa-glu için geliştirme dosyaları
5 |
6 |
7 | mesa-glu-devel
8 | mesa-glu için geliştirme dosyaları
9 |
10 |
11 |
12 | mesa-glu-32bit
13 | mesa-glu için 32-bit paylaşımlı kitaplıklar
14 |
15 |
16 |
--------------------------------------------------------------------------------
/x11/library/mesa/files/drirc:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/x11/library/mesa/files/mesa-7.10.2-i915-no-gen3-arbfs.patch:
--------------------------------------------------------------------------------
1 | Index: Mesa-7.10.2/src/mesa/drivers/dri/intel/intel_screen.c
2 | ===================================================================
3 | --- Mesa-7.10.2.orig/src/mesa/drivers/dri/intel/intel_screen.c
4 | +++ Mesa-7.10.2/src/mesa/drivers/dri/intel/intel_screen.c
5 | @@ -57,7 +57,7 @@ PUBLIC const char __driConfigOptions[] =
6 | DRI_CONF_DESC(en, "Enable early Z in classic mode (unstable, 945-only).")
7 | DRI_CONF_OPT_END
8 |
9 | - DRI_CONF_OPT_BEGIN(fragment_shader, bool, true)
10 | + DRI_CONF_OPT_BEGIN(fragment_shader, bool, false)
11 | DRI_CONF_DESC(en, "Enable limited ARB_fragment_shader support on 915/945.")
12 | DRI_CONF_OPT_END
13 |
14 |
--------------------------------------------------------------------------------
/x11/library/mesa/scom/package-emul32.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 |
3 | import os
4 |
5 | def postInstall(fromVersion, fromRelease, toVersion, toRelease):
6 | os.system("/usr/sbin/alternatives \
7 | --install /usr/lib32/libGL.so.1.2.0 libGL-32bit /usr/lib32/mesa/libGL.so.1.2.0 80 \
8 | --slave /usr/lib32/xorg/modules/volatile xorg-modules-volatile-32bit /var/empty")
9 |
10 | if not os.path.lexists("/usr/lib32/libGL.so.1"):
11 | os.symlink("libGL.so.1.2.0", "/usr/lib32/libGL.so.1")
12 |
13 | def preRemove():
14 | # FIXME This is not needed when upgrading package; but inary does not
15 | # provide a way to learn operation type.
16 | #os.system("/usr/sbin/alternatives --remove libGL-32bit /usr/lib32/mesa/libGL.so.1.2")
17 | pass
18 |
--------------------------------------------------------------------------------
/x11/library/mesa/scom/package.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 |
3 | import os
4 |
5 | def postInstall(fromVersion, fromRelease, toVersion, toRelease):
6 | os.system("/usr/sbin/alternatives \
7 | --install /usr/lib/libGL.so.1.2.0 libGL /usr/lib/mesa/libGL.so.1.2.0 80 \
8 | --slave /usr/lib/xorg/modules/volatile xorg-modules-volatile /var/empty")
9 |
10 | if not os.path.lexists("/usr/lib/libGL.so.1"):
11 | os.symlink("libGL.so.1.2.0", "/usr/lib/libGL.so.1")
12 |
13 | def preRemove():
14 | # FIXME This is not needed when upgrading package; but inary does not
15 | # provide a way to learn operation type.
16 | #os.system("/usr/sbin/alternatives --remove libGL /usr/lib/mesa/libGL.so.1.2")
17 | pass
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/pixman/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | #autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("AUTHORS", "COPYING", "ChangeLog", "README")
22 |
--------------------------------------------------------------------------------
/x11/library/pixman/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | pixman
5 | Piksel işleme kitaplığı
6 | Pixman, düşük düzey piksel işleme yordamlarını içerir.
7 |
8 |
9 |
10 | pixman-devel
11 | pixman için geliştirme dosyaları
12 |
13 |
14 |
15 | pixman-32bit
16 | pixman için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/wayland-protocols/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Copyright 2010 TUBITAK/BILGEM
5 | # Licensed under the GNU General Public License, version 2.
6 | # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
7 |
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 | from inary.actionsapi import get
11 |
12 | def setup():
13 | autotools.configure("--disable-static")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
--------------------------------------------------------------------------------
/x11/library/wayland-protocols/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | wayland-protocols
5 | Genişletişmiş wayland protocolü tanımlamaları
6 |
7 |
8 |
9 | wayland-protocols-devel
10 | wayland-protocols için geliştirme dosyaları
11 |
12 |
13 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-cursor/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static \
14 | --with-pic")
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("README")
22 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-image/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static \
14 | --with-pic")
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("README")
22 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-image/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xcb-util-image
5 | libxcb temelli birtakım kitaplıklar
6 | xcb-util-image modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
7 |
8 |
9 |
10 | xcb-util-image-devel
11 | xcb-util-image için geliştirme dosyaları
12 |
13 |
14 |
15 | xcb-util-image-32bit
16 | xcb-util-image için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-keysyms/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static \
14 | --with-pic")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
21 |
22 | inarytools.dodoc("README")
23 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-keysyms/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xcb-util-keysyms
5 | libxcb temelli birtakım kitaplıklar
6 | xcb-util-keysyms modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
7 |
8 |
9 |
10 | xcb-util-keysyms-devel
11 | xcb-util-keysyms için geliştirme dosyaları
12 |
13 |
14 |
15 | xcb-uti-keysymsl-32bit
16 | xcb-util-keysyms için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-renderutil/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | autotools.configure("--disable-static \
13 | --with-pic")
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("README")
22 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-renderutil/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xcb-util-renderutil
5 | libxcb temelli birtakım kitaplıklar
6 | xcb-util-renderutil modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
7 |
8 |
9 |
10 | xcb-util-renderutil-devel
11 | xcb-util-renderutil için geliştirme dosyaları
12 |
13 |
14 |
15 | xcb-util-renderutil-32bit
16 | xcb-util-renderutil için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-wm/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import inarytools
9 | from inary.actionsapi import get
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure("--disable-static \
14 | --with-pic")
15 |
16 | def build():
17 | autotools.make()
18 |
19 | def install():
20 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
21 |
22 | inarytools.dodoc("README")
23 |
--------------------------------------------------------------------------------
/x11/library/xcb-util-wm/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xcb-util-wm
5 | libxcb temelli birtakım kitaplıklar
6 | xcb-util-wm modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
7 |
8 |
9 |
10 | xcb-util-wm-devel
11 | xcb-util-wm için geliştirme dosyaları
12 |
13 |
14 |
15 | xcb-util-wm-32bit
16 | xcb-util-wm için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/library/xcb-util/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/licenses/gpl.txt
6 |
7 | from inary.actionsapi import shelltools
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 | from inary.actionsapi import get
11 |
12 | def setup():
13 | autotools.autoreconf("-vif")
14 | autotools.configure("--disable-static \
15 | --with-pic")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("README")
24 |
--------------------------------------------------------------------------------
/x11/library/xcb-util/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xcb-util
5 | libxcb temelli birtakım kitaplıklar
6 | xcb-util modülü, çekirdek X protokolü ve bazı eklentiler için libxcb temelli kitaplıklar içerir.
7 |
8 |
9 |
10 | xcb-util-devel
11 | xcb-util için geliştirme dosyaları
12 |
13 |
14 |
15 | xcb-util-32bit
16 | xcb-util için 32-bit paylaşımlı kitaplıklar
17 |
18 |
19 |
--------------------------------------------------------------------------------
/x11/misc/component.xml:
--------------------------------------------------------------------------------
1 |
2 | x11.misc
3 |
4 |
--------------------------------------------------------------------------------
/x11/misc/xbitmaps/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 |
9 | def setup():
10 | autotools.configure()
11 |
12 | def build():
13 | autotools.make()
14 |
15 | def install():
16 | autotools.install()
17 |
18 | # Fix conflict with xorg-app
19 | inarytools.remove("/usr/include/X11/bitmaps/black6")
20 | inarytools.remove("/usr/include/X11/bitmaps/box6")
21 |
--------------------------------------------------------------------------------
/x11/misc/xbitmaps/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xbitmaps
5 | X.Org statik grafikleri
6 | Utilitaire Xbitmaps de X.Org
7 | X.Org xbitmaps Werkzeug
8 | xbitmaps, ekran öğeleri çizmek için Xorg uygulamaları tarafından ihtiyaç duyulan statik grafikleri içerir.
9 |
10 |
11 |
--------------------------------------------------------------------------------
/x11/misc/xinit/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/copyleft/gpl.txt.
6 |
7 | from inary.actionsapi import get
8 | from inary.actionsapi import autotools
9 | from inary.actionsapi import inarytools
10 |
11 | def setup():
12 | autotools.autoreconf("-vif")
13 | autotools.configure()
14 |
15 | def build():
16 | autotools.make()
17 |
18 | def install():
19 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
20 |
21 | inarytools.dodoc("COPYING", "ChangeLog")
22 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/06_move_serverauthfile_into_tmp.diff:
--------------------------------------------------------------------------------
1 | Move startx auth files in /tmp so they are removed on reboot.
2 | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
3 | The trap patch didn't seem to work on reboot.
4 | ---
5 | startx.cpp | 2 +-
6 | 1 file changed, 1 insertion(+), 1 deletion(-)
7 |
8 | Index: xinit/startx.cpp
9 | ===================================================================
10 | --- xinit.orig/startx.cpp
11 | +++ xinit/startx.cpp
12 | @@ -273,7 +273,7 @@
13 | dummy=0
14 |
15 | XCOMM create a file with auth information for the server. ':0' is a dummy.
16 | - xserverauthfile=$HOME/.serverauth.$$
17 | + xserverauthfile=`mktemp -p /tmp serverauth.XXXXXXXXXX`
18 | trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
19 | xauth -q -f "$xserverauthfile" << EOF
20 | add :$dummy . $mcookie
21 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/Xdefaults:
--------------------------------------------------------------------------------
1 | TkTheme: clearlooks
--------------------------------------------------------------------------------
/x11/misc/xinit/files/Xresources:
--------------------------------------------------------------------------------
1 | *customization: -color
2 |
3 | Xft.dpi: 96
4 |
5 | Xft.antialias: true
6 | Xft.hinting: true
7 | Xft.hintstyle: hintmedium
8 | Xft.rgba: rgb
9 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/Xsession:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | SESSIONDIR=/etc/X11/Xsession.d
4 | STARTUP=
5 |
6 | #TODO Create error file (~/.xsession-errors) here
7 |
8 | echo "X session started for $LOGNAME at $(date)"
9 |
10 | if [ -d $SESSIONDIR ]; then
11 | for file in $SESSIONDIR/*.sh; do
12 | . $file
13 | done
14 | fi
15 |
16 | exec -l $SHELL -c "$STARTUP"
17 |
18 | # Control should never reach here
19 | exec -l $SHELL -c "xsm"
20 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/unset-session-cookie.patch:
--------------------------------------------------------------------------------
1 | Index: xinit-1.1.1/startx.cpp
2 | ===================================================================
3 | --- xinit-1.1.1.orig/startx.cpp
4 | +++ xinit-1.1.1/startx.cpp
5 | @@ -15,6 +15,7 @@ XCOMM $XFree86: xc/programs/xinit/startx
6 |
7 | unset DBUS_SESSION_BUS_ADDRESS
8 | unset SESSION_MANAGER
9 | +unset XDG_SESSION_COOKIE
10 |
11 | #if defined(__SCO__) || defined(__UNIXWARE__) || defined(__APPLE__)
12 |
13 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinit-1.0.2-client-session.patch:
--------------------------------------------------------------------------------
1 | diff -up xinit-1.0.9/xinit.c.client-session xinit-1.0.9/xinit.c
2 | --- xinit-1.0.9/xinit.c.client-session 2008-05-21 14:09:16.000000000 -0400
3 | +++ xinit-1.0.9/xinit.c 2008-08-25 09:57:56.000000000 -0400
4 | @@ -727,11 +727,21 @@ startClient(char *client[])
5 | {
6 | setWindowPath();
7 | if ((clientpid = vfork()) == 0) {
8 | + int fd;
9 | if (setuid(getuid()) == -1) {
10 | Error("cannot change uid: %s\n", strerror(errno));
11 | _exit(ERR_EXIT);
12 | }
13 | - setpgid(0, getpid());
14 | + fd = open ("/dev/null", O_RDONLY);
15 | +
16 | + if (fd < 0) {
17 | + Error("cannot open /dev/null: %s\n", strerror(errno));
18 | + _exit(ERR_EXIT);
19 | + }
20 | + close (STDIN_FILENO);
21 | + dup2 (fd, STDIN_FILENO);
22 | + close (fd);
23 | + setsid();
24 | environ = newenviron;
25 | #ifdef __UNIXOS2__
26 | #undef environ
27 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | . /usr/lib/X11/xinit/Xsession
4 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/Xdefaults.sh:
--------------------------------------------------------------------------------
1 | SYSRESOURCES=/etc/X11/Xdefaults
2 | USERRESOURCES=$HOME/.Xdefaults
3 |
4 | if [ -f $SYSRESOURCES ]; then
5 | xrdb -load $SYSRESOURCES
6 | fi
7 |
8 | if [ -f "$USERRESOURCES" ]; then
9 | xrdb -load "$USERRESOURCES"
10 | else
11 | cp $SYSRESOURCES $USERRESOURCES && xrdb -load "$USERRESOURCES"
12 | fi
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/Xresources.sh:
--------------------------------------------------------------------------------
1 | SYSRESOURCES=/etc/X11/Xresources
2 | USERRESOURCES=$HOME/.Xresources
3 |
4 | if [ -f $SYSRESOURCES ]; then
5 | xrdb -merge $SYSRESOURCES
6 | fi
7 |
8 | if [ -f "$USERRESOURCES" ]; then
9 | xrdb -merge "$USERRESOURCES"
10 | else
11 | cp $SYSRESOURCES $USERRESOURCES && xrdb -merge "$USERRESOURCES"
12 | fi
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/consolekit.sh:
--------------------------------------------------------------------------------
1 |
2 | CK_LAUNCH_SESSION=/usr/bin/ck-launch-session
3 | if [ -x "$CK_LAUNCH_SESSION" -a -z "$XDG_SESSION_COOKIE" ]; then
4 | STARTUP="$CK_LAUNCH_SESSION $STARTUP"
5 | fi
6 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/dbus.sh:
--------------------------------------------------------------------------------
1 | if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
2 | eval `/usr/bin/dbus-launch --sh-syntax --exit-with-session`
3 | fi
4 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/environment.sh:
--------------------------------------------------------------------------------
1 | [ -e /etc/profile.env ] && . /etc/profile.env
2 |
3 | if [ "$EUID" = "0" ] || [ "$USER" = "root" ] ; then
4 | PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ROOTPATH}"
5 | else
6 | PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:${PATH}"
7 | fi
8 | export PATH
9 | unset ROOTPATH
10 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/localuser.sh:
--------------------------------------------------------------------------------
1 |
2 |
3 | if [ -x /usr/bin/xhost -a -x /usr/bin/id ]; then
4 | xhost +si:localuser:`id -un` > /dev/null
5 | fi
6 | xhost +
7 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/ssh-agent.sh:
--------------------------------------------------------------------------------
1 |
2 | SSH_AGENT=/usr/bin/ssh-agent
3 | if [ -x "$SSH_AGENT" -a -z "$SSH_AGENT_PID" ]; then
4 | STARTUP="$SSH_AGENT $STARTUP"
5 | fi
6 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/xdg-runtime-dir.sh:
--------------------------------------------------------------------------------
1 |
2 | if test -z "${XDG_RUNTIME_DIR}"; then
3 | export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
4 | if ! test -d "${XDG_RUNTIME_DIR}"; then
5 | mkdir "${XDG_RUNTIME_DIR}"
6 | chmod 0700 "${XDG_RUNTIME_DIR}"
7 | fi
8 | fi
9 | mkdir -p ~/.config
10 | #cp weston/weston.ini ~/.config
11 | #$EDITOR ~/.config/weston.ini
12 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xinitrc.d/xkb.sh:
--------------------------------------------------------------------------------
1 | USER_XKB=$HOME/.xkb
2 | USER_KEYMAP=$USER_XKB/keymap/default
3 |
4 | [ -r $USER_KEYMAP ] && xkbcomp -I$USER_XKB $USER_KEYMAP $DISPLAY
5 |
--------------------------------------------------------------------------------
/x11/misc/xinit/files/xserverrc:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | exec /usr/bin/X -nolisten tcp "$@"
3 |
--------------------------------------------------------------------------------
/x11/misc/xinit/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xinit
5 | X Pencere Sistemi oturum hazırlayıcı
6 | xinit, X Pencere Sistemi sunucusunu hazırlar ve ilk istemci uygulamayı başlatır.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/x11/misc/xkeyboard-config/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.configure("--enable-compat-rules \
12 | --with-xkb-rules-symlink=xorg")
13 |
14 | def build():
15 | autotools.make()
16 |
17 | def install():
18 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
19 |
20 | inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "TODO", "README*", "NEWS")
21 |
--------------------------------------------------------------------------------
/x11/misc/xkeyboard-config/files/10-keyboard.conf:
--------------------------------------------------------------------------------
1 | Section "InputClass"
2 | Identifier "Keyboard Options"
3 | MatchIsKeyboard "on"
4 |
5 | #Option "xkb_rules" "evdev"
6 | #Option "xkb_model" "evdev"
7 | #Option "xkb_options" "ctrl:nocaps,kpdl:dot,terminate:ctrl_alt_bksp"
8 | #Option "xkb_layout" "tr"
9 | #Option "xkb_variant" "f"
10 | EndSection
11 |
--------------------------------------------------------------------------------
/x11/misc/xkeyboard-config/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xkeyboard-config
5 | X klavye yapılandırma veritabanı
6 | xkeyboard-config, X Pencere Sistemi için tutarlı ve iyi tasarlanmış X klavye yapılandırma verisi sağlamayı amaçlar.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/x11/misc/xorg-app/files/xedit-locale.patch:
--------------------------------------------------------------------------------
1 | Index: work/xedit-1.2.0/lisp.c
2 | ===================================================================
3 | --- work.orig/xedit-1.2.0/lisp.c
4 | +++ work/xedit-1.2.0/lisp.c
5 | @@ -58,7 +58,7 @@ static Widget edit_mode_menu, edit_mode_
6 | void
7 | XeditLispInitialize(void)
8 | {
9 | - setlocale(LC_NUMERIC, "C");
10 | + setlocale(LC_ALL, "C");
11 | lisp_initialized = 1;
12 | LispBegin();
13 | LispXeditInitialize();
14 |
--------------------------------------------------------------------------------
/x11/misc/xorg-app/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | xorg-app
5 | X.Org uygulamaları
6 | Applications de X.Org
7 | X.Org Anwendungen
8 |
9 |
10 |
--------------------------------------------------------------------------------
/x11/server/component.xml:
--------------------------------------------------------------------------------
1 |
2 | x11.server
3 |
4 |
--------------------------------------------------------------------------------
/x11/server/xorg-server/files/autoconfig-sis.patch:
--------------------------------------------------------------------------------
1 | --- hw/xfree86/common/xf86pciBus.c.orig 2011-09-24 10:53:45.421697668 +0000
2 | +++ hw/xfree86/common/xf86pciBus.c 2011-09-24 10:55:56.416250708 +0000
3 | @@ -1200,9 +1200,15 @@
4 | break;
5 | }
6 | break;
7 | - case 0x1039:
8 | - driverList[0] = "sis";
9 | - break;
10 | + case 0x1039:
11 | + switch (dev->device_id)
12 | + {
13 | + case 0x6350: case 0x6351:
14 | + driverList[0] = "sisimedia"; driverList[1] = "sis"; break;
15 | + default:
16 | + driverList[0] = "sis"; break;
17 | + }
18 | + break;
19 | case 0x126f:
20 | driverList[0] = "siliconmotion";
21 | break;
22 |
--------------------------------------------------------------------------------
/x11/server/xorg-server/files/default-module-path.patch:
--------------------------------------------------------------------------------
1 | Index: xorg-server-1.9.0/hw/xfree86/common/xf86Globals.c
2 | ===================================================================
3 | --- xorg-server-1.9.0.orig/hw/xfree86/common/xf86Globals.c
4 | +++ xorg-server-1.9.0/hw/xfree86/common/xf86Globals.c
5 | @@ -140,7 +140,7 @@ xf86InfoRec xf86Info = {
6 | };
7 | const char *xf86ConfigFile = NULL;
8 | const char *xf86ConfigDir = NULL;
9 | -const char *xf86ModulePath = DEFAULT_MODULE_PATH;
10 | +const char *xf86ModulePath = DEFAULT_MODULE_PATH "/updates," DEFAULT_MODULE_PATH "/volatile," DEFAULT_MODULE_PATH;
11 | MessageType xf86ModPathFrom = X_DEFAULT;
12 | const char *xf86LogFile = DEFAULT_LOGPREFIX;
13 | MessageType xf86LogFileFrom = X_DEFAULT;
14 |
--------------------------------------------------------------------------------
/x11/server/xorg-server/files/edid-quirk-for-apple-lcd.patch:
--------------------------------------------------------------------------------
1 | Index: xorg-server-1.6.1.901/hw/xfree86/modes/xf86EdidModes.c
2 | ===================================================================
3 | --- xorg-server-1.6.1.901.orig/hw/xfree86/modes/xf86EdidModes.c
4 | +++ xorg-server-1.6.1.901/hw/xfree86/modes/xf86EdidModes.c
5 | @@ -175,6 +175,10 @@ static Bool quirk_detailed_use_maximum_s
6 | DDC->vendor.prod_id == 6400)
7 | return TRUE;
8 |
9 | + if (memcmp (DDC->vendor.name, "APP", 4) == 0 &&
10 | + DDC->vendor.prod_id == 40069)
11 | + return TRUE;
12 | +
13 | return FALSE;
14 | }
15 |
16 |
--------------------------------------------------------------------------------
/x11/util/component.xml:
--------------------------------------------------------------------------------
1 |
2 | x11.util
3 |
4 |
--------------------------------------------------------------------------------
/x11/util/font-util/actions.py:
--------------------------------------------------------------------------------
1 | # -*- coding: utf-8 -*-
2 | #
3 | # Licensed under the GNU General Public License, version 3.
4 | # See the file http://www.gnu.org/licenses/gpl.txt
5 |
6 | from inary.actionsapi import autotools
7 | from inary.actionsapi import inarytools
8 | from inary.actionsapi import get
9 |
10 | def setup():
11 | autotools.configure("--with-mapdir=/usr/share/fonts/util")
12 |
13 | def build():
14 | autotools.make()
15 |
16 | def install():
17 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
18 |
19 | inarytools.dodoc("ChangeLog", "COPYING", "README")
20 |
--------------------------------------------------------------------------------
/x11/util/font-util/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | font-util
5 | X.Org font araçları
6 | Utilitaires de fontes de X.Org
7 | X.Org Schrift Werkzeuge
8 |
9 |
10 |
--------------------------------------------------------------------------------
/x11/wm/component.xml:
--------------------------------------------------------------------------------
1 |
2 | x11.wm
3 |
4 |
--------------------------------------------------------------------------------
/x11/wm/obconf/actions.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 | # -*- coding: utf-8 -*-
3 | #
4 | # Licensed under the GNU General Public License, version 3.
5 | # See the file http://www.gnu.org/copyleft/gpl.txt.
6 |
7 | from inary.actionsapi import autotools
8 | from inary.actionsapi import shelltools
9 | from inary.actionsapi import inarytools
10 | from inary.actionsapi import get
11 |
12 |
13 | def setup():
14 | autotools.configure("--disable-static \
15 | --enable-nls")
16 |
17 | def build():
18 | autotools.make()
19 |
20 | def install():
21 | autotools.rawInstall("DESTDIR=%s" % get.installDIR())
22 |
23 | inarytools.dodoc("AUTHORS", "CHANGELOG", "COPYING", "NEWS", "README", "TODO")
24 |
--------------------------------------------------------------------------------
/x11/wm/obconf/files:
--------------------------------------------------------------------------------
1 | --- ./src/preview_update.c.orig 2010-05-12 20:09:07.177608591 +0400
2 | +++ ./src/preview_update.c 2010-05-12 20:09:21.638774481 +0400
3 | @@ -1,4 +1,5 @@
4 | #include "preview_update.h"
5 | +#include "preview.h"
6 | #include "main.h"
7 |
8 | static gboolean restart_theme_preview_update = TRUE;
9 |
--------------------------------------------------------------------------------
/x11/wm/obconf/translations.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | obconf
5 | Openbox ayar yöneticisi
6 | ObConf, Openbox pencere yöneticisi için bir grafik yapılandırma aracıdır.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/x11/wm/openbox/files/02_fix_freedesktop_compliance.patch:
--------------------------------------------------------------------------------
1 | by Nico Golde
2 | the freedesktop standard requires some additional attributes in the desktop files
3 | which are added here to fix #533126, #531580
4 | Index: openbox-3.4.11.1/data/gnome-wm-properties/openbox.desktop
5 | ===================================================================
6 | --- openbox-3.4.11.1.orig/data/gnome-wm-properties/openbox.desktop 2010-04-23 16:47:53.000000000 +0200
7 | +++ openbox-3.4.11.1/data/gnome-wm-properties/openbox.desktop 2010-04-23 16:48:08.000000000 +0200
8 | @@ -2,10 +2,15 @@
9 | Type=Application
10 | Name=Openbox
11 | Exec=openbox
12 | +Type=Application
13 | +Categories=System;
14 |
15 | # name we put on the WM spec check window
16 | X-GNOME-WMName=Openbox
17 |
18 | +X-GNOME-Provides=windowmanager
19 | +NoDisplay=true
20 | +
21 | # our config tool
22 | ConfigExec=obconf
23 |
24 |
--------------------------------------------------------------------------------
/x11/wm/openbox/files/autostart:
--------------------------------------------------------------------------------
1 | #
2 | # These things are run when an Openbox X Session is started.
3 | # You may place a similar script in $HOME/.config/openbox/autostart
4 | # to run user-specific things.
5 | #
6 |
7 | # If you want to use GNOME config tools...
8 | #
9 | #if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then
10 | # /usr/libexec/gnome-settings-daemon &
11 | #elif which gnome-settings-daemon >/dev/null; then
12 | # gnome-settings-daemon &
13 | #fi
14 |
15 | # If you want to use XFCE config tools...
16 | #
17 | #xfce-mcs-manager &
18 |
19 | Esetroot -center /usr/share/openbox/RepublicDayofTurkey.png
20 | /usr/libexec/polkit-gnome-authentication-agent-1 &
21 | (sleep 3 && /usr/bin/nm-applet --sm-disable) &
22 | tint2 &
23 | conky &
24 | pulseaudio &
25 | (sleep 3 && /usr/bin/volumeicon) &
26 |
--------------------------------------------------------------------------------
/x11/wm/openbox/files/menu.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
--------------------------------------------------------------------------------
/x11/wm/openbox/files/openbox-3.5.0-return.diff:
--------------------------------------------------------------------------------
1 | diff -uNr old-openbox-3.5.0//obt/prop.c openbox-3.5.0/obt/prop.c
2 | --- old-openbox-3.5.0//obt/prop.c 2011-08-01 22:14:58.000000000 +0200
3 | +++ openbox-3.5.0/obt/prop.c 2011-08-07 16:51:36.864905495 +0200
4 | @@ -312,6 +312,7 @@
5 | default:
6 | g_assert_not_reached();
7 | }
8 | + return TRUE;
9 | }
10 |
11 | /*! Returns one or more UTF-8 encoded strings from the text property.
12 | diff -uNr old-openbox-3.5.0//openbox/mouse.c openbox-3.5.0/openbox/mouse.c
13 | --- old-openbox-3.5.0//openbox/mouse.c 2011-08-01 22:14:58.000000000 +0200
14 | +++ openbox-3.5.0/openbox/mouse.c 2011-08-07 16:50:21.352905497 +0200
15 | @@ -174,6 +174,7 @@
16 | case OB_MOUSE_ACTION_MOTION: return OB_USER_ACTION_MOUSE_MOTION;
17 | default:
18 | g_assert_not_reached();
19 | + return OB_USER_ACTION_NONE;
20 | }
21 | }
22 |
23 |
--------------------------------------------------------------------------------
/x11/wm/openbox/files/openbox-3.5.0-title-matching.patch:
--------------------------------------------------------------------------------
1 | --- openbox-3.5.0/openbox/client.c 2011-08-01 22:14:58.000000000 +0200
2 | +++ openbox-3.5.0/openbox/client.c 2011-10-22 14:59:56.000000000 +0200
3 | @@ -883,7 +883,7 @@
4 | !g_pattern_match(app->role,
5 | strlen(self->role), self->role, NULL))
6 | match = FALSE;
7 | - else if (app->title &&
8 | + else if (app->title && self->title &&
9 | !g_pattern_match(app->title,
10 | strlen(self->title), self->title, NULL))
11 | match = FALSE;
12 |
--------------------------------------------------------------------------------
/x11/wm/openbox/files/openbox-3.5.0-which-2.20.patch:
--------------------------------------------------------------------------------
1 | --- openbox-3.5.0/data/autostart/autostart.in~ 2011-08-02 15:50:01.963531310 +0000
2 | +++ openbox-3.5.0/data/autostart/autostart.in 2011-08-02 15:51:57.277879458 +0000
3 | @@ -8,7 +8,7 @@
4 | #
5 | #if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then
6 | # @libexecdir@/gnome-settings-daemon &
7 | -#elif which gnome-settings-daemon >/dev/null; then
8 | +#elif which gnome-settings-daemon >/dev/null 2>&1; then
9 | # gnome-settings-daemon &
10 | #fi
11 |
12 |
--------------------------------------------------------------------------------
/x11/wm/openbox/files/openbox-default-theme.patch:
--------------------------------------------------------------------------------
1 | --- data/rc.xml.theme 2011-08-01 17:03:47.000000000 +0200
2 | +++ data/rc.xml 2011-08-01 17:05:09.000000000 +0200
3 | @@ -48,7 +48,7 @@
4 |
5 |
6 |
7 | - Clearlooks
8 | + Onyx
9 | NLIMC
10 |