Advertisement
Guest User

Untitled

a guest
Jul 15th, 2017
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Name: sailfishos-patch-improved-notification-preview
  2. Version: 0.2
  3. Release: 1
  4. Summary: Wider notification preview and dismiss and remove functions for it.
  5. Group: System/Tools
  6. Vendor: Ingvix
  7. Distribution: SailfisfOS
  8. Packager: Ingvix
  9.  
  10. License: GPL
  11.  
  12. %description
  13. Makes notification portrait-screen-wide and moves enlargened icon inside the notification bubble. Swipe notification left to dismiss it and right to remove it.
  14.  
  15. %files
  16. /usr/share/patchmanager/patches/sailfishos-patch-improved-notification-preview/patch.json
  17. /usr/share/patchmanager/patches/sailfishos-patch-improved-notification-preview/unified_diff.patch
  18.  
  19. %postun
  20. if [ $1 = 0 ]; then
  21. #Do stuff specific to uninstalls
  22. rm -rf /usr/share/patchmanager/patches/sailfishos-patch-improved-notification-preview
  23. fi
  24.  
  25. %changelog
  26. * Thu Jul 15 2017 0.1
  27. - First build.
  28.  
  29. * Sat Jul 15 2017 0.2
  30. - Changed patch for overall notification preview improvement patch.
  31. - Portrait-screen-wide notification
  32. - Icon moved inside notification bubble and enlarged
  33. - Reduced the margins restricting preview texts a bit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement