Guest User

Untitled

a guest
Jun 23rd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #!/usr/bin/make -f
  2.  
  3. include /usr/share/cdbs/1/rules/debhelper.mk
  4. include /usr/share/cdbs/1/class/autotools.mk
  5.  
  6. debian/stamp-autotools-files:
  7. ./autogen.sh
  8. touch debian/stamp-autotools-files
  9.  
  10. common-build-arch common-build-indep:: debian/stamp-autotools-files
  11. make
  12.  
  13. binary-install/nanggar-contextual-desktop-theme::
  14. dh_gconf
  15.  
  16. binary-post-install/nanggar-contextual-desktop-theme::
  17. # Grab the values from blankon-wallpapers.xml
  18. xsltproc --novalid -o debian/nanggar-contextual-desktop-theme.gconf-defaults debian/wallpapers2gconf.xsl blankon-wallpapers.xml.in
  19. # desktop-base from Debian uses priority 15, override its settings
  20. dh_gconf --priority=16
Add Comment
Please, Sign In to add comment