pakur.sh 531 B

12345678910111213141516
  1. install -D -m644 "/sources/linux.gpl" "${PKG}/usr/share/gimp/2.0/palettes/Linux.gpl"
  2. ln -s gimptool-2.0 "${PKG}/usr/bin/gimptool"
  3. rm $PKG/usr/share/gimp/2.0/images/gimp-splash.png
  4. cp /sources/gimp-splash.png $PKG/usr/share/gimp/2.0/images/gimp-splash.png
  5. cat > $PKG/usr/share/applications/gimp-screenshot-plugin.desktop << EOF
  6. [Desktop Entry]
  7. Type=Application
  8. Name=GIMP ekran resmi eklentisi
  9. Exec=/usr/lib/gimp/2.0/plug-ins/screenshot/screenshot
  10. NoDisplay=true
  11. X-KDE-DBUS-Restricted-Interfaces=org.kde.kwin.Screenshot
  12. EOF