[Notes] [Git][BuildStream/glade-demo][master] Fixed the demo to work with debian-sdk on gnome7



Title: GitLab

Agustin Benito Bethencourt pushed to branch master at BuildStream / glade-demo

Commits:

4 changed files:

Changes:

  • elements/debian-sdk.bst
    ... ... @@ -5,6 +5,7 @@ description: |
    5 5
     
    
    6 6
     sources:
    
    7 7
     - kind: ostree
    
    8
    -  url: file:///home/jonathanmaw/workspace/buildstream/debian-ostree
    
    9
    -  track: debian/testing/amd64
    
    10
    -  ref: 861e8daf879df78aa2c17594d475a6de6968c74d504ef422bd132e2cb30567fc
    8
    +  url: gnome7:repo
    
    9
    +  gpg-key: keys/gnome-base.gpg
    
    10
    +  track: debian/testing/glade-test/amd64
    
    11
    +  ref: 9cfd5eb4f9269ac6b237ce3b3b268550a848b72dc020aa851bcda9e5b73f8b4f

  • elements/glade.bst
    1 1
     kind: autotools
    
    2
    -
    
    3 2
     description: |
    
    4 3
       Build Glade from upstream source repo.
    
    5 4
     
    
    ... ... @@ -11,10 +10,11 @@ sources:
    11 10
     - kind: git
    
    12 11
       url: git_gnome_org:glade
    
    13 12
       track: master
    
    14
    -
    
    15 13
       ref: 316a00e184069decf8721cb562d4b7ac03ba9782
    
    14
    +
    
    16 15
     variables:
    
    17 16
       conf-local: --disable-man-pages
    
    17
    +
    
    18 18
     public:
    
    19 19
       bst:
    
    20 20
         dpkg-data:
    

  • keys/gnome-base.gpg
    No preview for this file type
  • project.conf
    ... ... @@ -16,6 +16,7 @@ options:
    16 16
     
    
    17 17
     aliases:
    
    18 18
       git_gnome_org: https://git.gnome.org/browse/
    
    19
    +  gnome7: http://gnome7.codethink.co.uk/
    
    19 20
     
    
    20 21
     fail-on-overlap: false
    
    21 22
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]